Hi all! Just wanted to ask a quick question! I've been using GAE for several years now, and am looking at moving my code from Python 2.7 to the new Python 3 structure, and have been working my way through the documentation on updating, and have run into something that I think is a blocker, and a really big question mark for me. This is the apparent lack of full text search support in the new Python 3 environment. I make fairly heavy use of full text searching in my project and the existing Search API is completely and utterly perfect for what I need. Is there any plans for supporting full text capabilities in Python 3 moving forward, without having to call of to some third party implementation like Elastic Search? I mean, COME ON! You're GOOGLE!! You INVENTED full text search, and now you're pushing your developers off to third party search tools?!? This makes no sense.
Please tell me this is a temporary issue, and that the Search API will be updated to work with Google App Engine moving forward. For now, I'm going to have to stay with Python 2.7, because I need that functionality.
Thanks!
Steve.