appengine-search-python-java icon indicating copy to clipboard operation
appengine-search-python-java copied to clipboard

Examples showing how to use the App Engine Search API.

Results 4 appengine-search-python-java issues
Sort by recently updated
recently updated
newest added

Within product_search_python 's README.md it says to run `dev_appserver.py --high_replication .` but it errors with unrecognized arguments --high_replication

Essentially, we need to catch the exceptions that are thrown when zero results are returned. See https://code.google.com/p/googleappengine/issues/detail?id=9228 for the driver for these changes. There's undoubtedly a much better way to...

Fixing the typo that Field.date method doesn't exist

I am trying to implement something similar to the example from google. the example shows how to search for nearby points with the query: `distance(location , geopoint(11.1 , 12.3)) <...