Why is geosearching/location based searches returning zero results?

徘徊边缘 提交于 2019-12-04 17:48:29

You've probably already figured this out, but in case someone comes across this post, the geosearch feature of AppEngine's Search API returns zero results on the dev server. From https://developers.google.com/appengine/training/fts_intro/lesson2:

"...some search queries are not fully supported on the Development Web Server (running locally), so you’ll need to run them using a deployed application."

Here's another useful link: https://developers.google.com/appengine/docs/python/search/devserver

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!