Team description
- A Django library to leverage the Google App engine's Full text Search API: https://cloud.google.com/appengine/docs/python/search/
- Easy to plug into any Django application running on App Engine. Set up a method to bind the models and automatically listen to updates on the Database.
- Cron job setup to update the documents periodically based on DB updates.
- Ability to use foreign keys as part of search documents.
- One line setup for any model to use this API. Caches the different fields for model that can be reused.
- Dictionary/JSON response with search data.
- Supports all Query formats.
Team Members
Kunal Grover (Leader)
Backend Development