-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Feature Request
The current search engine, based on haystack and elasticsearch, relies on a management command run by a cronjob to update its index. This is a batch indexation process.
Describe the solution you'd like
We would like a near-realtime indexation of the search index.
This solution should be :
- transparent for the end-user
- resilient : if the Elasticsearch service is down, we should be able to use Ashley.
Discovery, Documentation, Adoption, Migration Strategy
Haystack's documentation gives some thoughts on how to deal with this.