Meilisearch does not search properly if first letter omitted in the search query #616
SomchaiSPB
started this conversation in
Feedback & Feature Proposal
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have been using a Meilisearch for a while and we like the easiness of usage. But unfortunately we've discovered that Meilisearch does not perform search in case if substring starting position is not from the first byte of the string.
In order to make it simple to understand, here is the example:
We put to index very simple string
localhost:7700/indexes/test/documents
Then we perform search not from the start of the string:
localhost:7700/indexes/test/search
The result:
If we perform search from the first byte of the string it works as expected:
The result:
One more example with text. Put to index:
Perform search:
The result:
Is there any way to perform search shown above? In documentation it is said that the Meili is typo tolerance, but as we can see it is not or am I missing something?
Thank you for your kind support!
PS Could not find similar discussion with the key words: full text
Beta Was this translation helpful? Give feedback.
All reactions