meilisearch / milli

Search engine library for Meilisearch ⚡️
MIT License
464 stars 81 forks source link

Fix phrase search containing only stop words #779

Closed ManyTheFish closed 1 year ago

ManyTheFish commented 1 year ago

Summary

A search with a phrase containing only stop words was returning an HTTP error 500, this PR filters the phrase containing only stop words dropping them before the search starts, a query with a phrase containing only stop words now behaves like a placeholder search.

fixes https://github.com/meilisearch/meilisearch/issues/3521 for v1.0.2

related v1.1.0 PR on Meilisearch: https://github.com/meilisearch/meilisearch/pull/3525

bors[bot] commented 1 year ago

Build succeeded: