mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-09 04:16:28 +00:00
Add tests for stop words and fix a couple of bugs
This commit is contained in:
@@ -11,6 +11,7 @@ pub mod sort;
|
||||
pub mod typo;
|
||||
pub mod typo_proximity;
|
||||
pub mod words_tms;
|
||||
pub mod stop_words;
|
||||
|
||||
fn collect_field_values(
|
||||
index: &crate::Index,
|
||||
|
||||
Reference in New Issue
Block a user