Many the fish

Results 205 comments of Many the fish

Hello @aignatovich, Thank you for your PR. Your PR seems good to me. However, I think there is already a normalizer that covers the work of the Russian normalizer: the...

Hello @aignatovich, I don't understand why my suggestions in my comments don't work: >Thank you for your PR. Your PR seems good to me. However, I think there is already...

This should trigger the bug: ```rust fn stop_words() { let tokenizer = { let stop_words: Set = Set::from_iter(["to"].iter()).unwrap(); let mut builder = TokenizerBuilder::new(); builder.stop_words(&stop_words); builder.into_tokenizer() }; let text = "Hello...

Ok, bizarre because I had to remove all my into_tokenizer calls in Meilisearch to fix a stop word bug 🤔

Hello @aaroncueckermann, would it be possible to provide a minimal reproducer with documents and settings. I'd like to investigate the issue. 🤔 thanks!

Triaged it as a good first issue,assign me on the review and ping me on this issue if you work on it. See you!

Hello @acadjsr and @jordywittouck-IndieGroup, Can the `rankingScoreThreshold` suit your needs? https://www.meilisearch.com/docs/reference/api/search#ranking-score-threshold

So what about changing the [MaxTotalHit setting](https://www.meilisearch.com/docs/reference/api/settings#pagination) to 50 or 100?