appengine
appengine copied to clipboard
v2 unsupported API question
Would it be possible to access the search feature (Search API) from a 2gen standard runtime? If so how would I go about doing that?
I am thinking either:
- create an appengine.Context and use "v1" api in my code
- port the v1 search api to v2
- wait for google to add it
Thanks
I have tried to port the search API to v2 on this fork, but I keep getting Call error 1: call /search.Search is not registered"
. So I am stuck on v1 and go 1.11 for now :-(
https://github.com/jschoedt/appengine/tree/master/v2/search
Search API is coming soon, a PR has been approved and will be merged very soon now.