我正在使用 Laravel Scout 和 Meilisearch 来预先搜索标题列表。我还使用它来匹配具有不同拼写的重复项。我遇到的问题是,Meilisearch 会显示匹配任何单词的结果。例如打字the world
会出现:
The First Result
The Second Result
The World
World, The
World Games
World Test
当我需要它来匹配两个世界并且只返回the world
and时World, The
。有没有办法通过 Meilisearch 实现这一目标?