I keep getting the following TransientError when doing a search query.
Anyone experience the same error? Is there a problem with the service? results = search.Index(name=cls._INDEX_NAME).search(query=query_obj) > File > "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/search/search.py", > line 2487, in search > _CheckStatus(response.status()) > File > "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/search/search.py", > line 443, in _CheckStatus > raise _ERROR_MAP[status.code()](status.error_detail()) > TransientError Steve -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/7Yt0VM1sBdAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
