Meilisearch Index handling improvements
Open
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Meilisearch index handling improvements:
Currently:
- if the meilisearch container is removed and re-created while the backend continues to run, then the search will be broken.
- the backend will usually be killed before the re-indexing can have a chance to finish since we re-create the index in the startup sequence.
- no specific error codes are sent back when the search is unavailable because it is re-indexing. -> Bad use feedback
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.