|
|
|
|
|
by dureuill
1229 days ago
|
|
Hello from a Meilisearch team member, wow your project looks very interesting. How do you handle things like the filesystem changing while your indexer is offline? Do you reindex from scratch at startup? Regarding typeahead, is this what we call "query suggestions"[1]? At the moment, we think that this is something that frontends and SDK can provide rather than the engine, so that means you wouldn't find it at the Milli level. We think you could maybe build an ancillary suggestion index and make two queries instead of one when typing, so as to get both results and suggestions at once. Here's a chat link[2] to our latest discussions on the topic; feel free to come and weigh in if you're interested! [1]: https://roadmap.meilisearch.com/c/31-query-suggestions [2]: https://discord.com/channels/1006923006964154428/10685073658... |
|
And yes, query suggestions are exactly what I mean. Thank you for informing me, I guess I will have to look into how I can make it myself :-)