Endpoint to tokenize search query? #794
underflow00
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
Somewhat relatedly, it would also be useful to have a endpoint or a way to get the "normalized" value that is used by Meilisearch for sorting. Normalized means converted to lower case, as "Uppercase letters are sorted as if they were lowercase", and also other normalization not documented. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be useful to have an API endpoint that takes a search query string and returns a list of tokens.
A use case is to count the number of tokens the user has entered in the search box, to inform them if it has exceeded the 10 token limit.
And the list of tokens could also be returned by the Search endpoint.
Beta Was this translation helpful? Give feedback.
All reactions