Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meilisearch: require all query terms to be matched
Previously only the first term had to be matched. That default meilisearch behavior makes sense for e.g. some kind of autocomplete to find and select a single result. But for filtering issues it means you can't narrow down results by adding more terms. This is also more consistent with other indexers and GitHub.
- Loading branch information