meilisearch/MeiliSearch
在 GitHub 查看Phrase search doesn't work when it contains stop_words
Open
#5,298 创建于 2025年1月29日
bugcontribution acceptedhelp wanted
仓库指标
- Star
- (20,887 star)
- PR 合并指标
- (平均合并 11天 20小时) (30 天内合并 41 个 PR)
描述
Describe the bug
Searching a query containing a phrase search like "the soup of the day" when having stop words in the settings like ["of", "the"] will never return any document, even if some documents exactly match the query.
To Reproduce See the below discussion: https://github.com/orgs/meilisearch/discussions/793
Meilisearch version: v.1.12.7
Potential Fix See the below comment containing a part of the solution: https://github.com/orgs/meilisearch/discussions/793#discussioncomment-11967148