Hi Folks,
I would like to use this API, however after installing google-appengine via PIP (1.5.1 latest), I'm unable to find the Search API in the module.
# pip list |grep appengine
google-appengine (1.5.1)
$ ls env/lib/python2.7/site-packages/google/appengine/api | grep search
prospective_search
^ expecting search.py or search subdirectory
Yet, I see all the Google Cloud Docs referencing this functionality.
From my app:
from google.appengine.api import search
Traceback (most recent call last):
File "cds.py", line 4, in <module>
from google.appengine.api import search
ImportError: cannot import name search
Any insight appreciated.
Thanks so much,
Nick