-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phrase search doesn't return existing document #1913
Comments
Hello @CaroFG! Thanks for the report. Looks like the phrase search does not work with more than 3 words. @meilisearch/core-team 🔥 we should add tests (probably on milli's side) 🔥 |
It works when I search for "the four become his unwilling prey" (same movie, another part of the overview)... |
So weird... thanks for this! |
For people wanting a perfect working phrase search, use v0.21.0 in the meantime. Sorry for the inconvenience |
419: fix word pair proximity indexing r=ManyTheFish a=ManyTheFish # Pull Request Sort positions before iterating over them during word pair proximity extraction. fixes [Meilisearch#1913](meilisearch/meilisearch#1913) Co-authored-by: many <maxime@meilisearch.com>
Reopen this issue because it isn't fixed in meilisearch but only in milli. |
Having a similar issue; searching for a single, distinct word e.g. It returns some. Looking at the document contents for returning and non-returning documents, they seem to be structured very similarly, both having the search phrase as a standalone word of the list/array. Can provide more in-depth details if required. |
Hi @alfonsrv. Your description makes me think of this bug too. The next release should fix it. You will be able to test it in advance when the release candidate is out. If all goes well, it should happen next week! |
Fixed when milli has been updated, so in #1796 |
@gmourier I actually realized I'm on Assumed I was on v0.24 because I am using the Will wait for v0.25 to be released on Dockerhub and then report back. |
Hello @alfonsrv, the first RC of v0.25.0 is out if you want to test :) https://github.com/meilisearch/MeiliSearch/releases/tag/v0.25.0rc0 |
@curquiza Any ETA on when a new release would be possible? I'm going to try the new RC, ty. :) |
@francoism90 |
Hard to get reproducible results since the index has to be recreated, but so far it works as expected aka no missing documents were noticed. |
@curquiza I did tried the RC, but it doesn't seem to work with the current Laravel Scout driver? |
The RCs are the release candidate versions, so not the official releases. It means our integrations are not up-to-date with the RCs. |
@curquiza Ok, will you provide a It states the following:
Should I report the issue I've encountered when using it on the RC or should I try the |
Yes :)
No need to report the issue. However the |
Hi, I'm not sure if this is related but I'm searching in my categories index for Am I missing something in my configuration? Using
|
@vdiaz1130 Could you try "*men"? If I'm not mistaken, this is default behavior, as Meilisearch is more autocomplete searching. |
@francoism90 That doesn't seem to work. I tried it on the Meili client as well as in my search field. |
@francoism90 globbing like that is not supported by MeiliSearch @vdiaz1130 unfortunately, MeiliSearch only supports prefix search, not suffix/infix search, so women is not matched by men Hope that helps |
Describe the bug
Phrase search doesn't return existing document
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The document with the matching query words should be returned
Screenshots
MeiliSearch version:
v0.24
Additional context
Additional information that may be relevant to the issue.
macOS
The text was updated successfully, but these errors were encountered: