Recherche full text avec l'aide de Meilisearch#48
Open
athoune wants to merge 5 commits intoem-squared:masterfrom
Open
Recherche full text avec l'aide de Meilisearch#48athoune wants to merge 5 commits intoem-squared:masterfrom
athoune wants to merge 5 commits intoem-squared:masterfrom
Conversation
Owner
|
Tiens, c'est intéressant. Le point fort de la recherche que j'ai mise en place c'est qu'elle permet de rejoindre pile l'endroit qu'on cherche... quand on sait ce qu'on cherche. À voir si une recherche plus heuristique pourrait convenir. Et si ça fonctionne bien je l'utiliserai sur un autre projet top secret. |
Author
|
Allons bon, j'aurai du remarquer la présence d'une recherche sur le site. ok, Meilisearch trouve plus de choses, comme Et oui, Meilisearch est adapté à à peu près tous les projets top secrets. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
meilisearch.com propose un moteur de recherche dans le genre d'Algolia.
Une indexation naïve, en récupérant le titre, corps de tous les fichiers README.md donne un truc qui me parait crédible et utilisable.
L'intégration dans un frontend statique est prévu : https://docs.meilisearch.com/learn/what_is_meilisearch/sdks.html#front-end-tools
Il est possible d'aller plus loin, comme indexer par chapitre, pour les longues pages, ou utiliser des attributs, comme filtrer le bestiaire par alignement.