-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
meilisearch/milli
#419Description
Describe the bug
Phrase search doesn't return existing document
To Reproduce
Steps to reproduce the behavior:
- Download and launch v0.24 of MeiliSearch
- Add the movies dataset provided in the documentation
- Search for "the path of Fallon" without quotes
- A document with this sentence in the description is returned (movie name: Judgment Night)
- Search this time with the same query surrounded by quotes (phrase search)
- No results
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