Many the fish

Results 106 comments of Many the fish

Hello @agucova! This issue will be fixed in the next version of Meilisearch, before the release, I suggest setting your sizes in GibiBytes instead of GigaBytes using `201GiB` instead of...

Hey @CaroFG @curquiza! It's not "really" a bug, this issue come from the fact that a sentence for Meilisearch is: "A group of words that are not separated by a...

Hello @kalpeshtreesha! Meilisearch behaves differently depending the order of the words in your query. There are 3 [ranking rules](https://docs.meilisearch.com/learn/core_concepts/relevancy.html#ranking-rules) that take into account the position of the word in the...

Hello @ms300, below is [the code used by Meilisearch to segment Chinese](https://github.com/meilisearch/charabia/blob/faafb12257eb6b534264981414a2eed1e66f8f6b/src/segmenter/chinese.rs#L14), we may probably deactivate the HMM feature: 🤔 ```rust impl Segmenter for ChineseSegmenter { fn segment_str Box {...

Hello, I don't manage to reproduce the issue with [v0.29.0rc2](https://github.com/meilisearch/meilisearch/releases/tag/v0.29.0rc2). This bug can be considered fixed. I close this issue, don't hesitate to reopen it if I'm wrong.

Hello @jordyw-exsited! We are working on improving pagination in Meilisearch and we just released a first prototype that makes creating numbered pagination way easier! 🔥 It would be super helpful...

Hey, it seems to be related to [actix-web#2695](https://github.com/actix/actix-web/issues/2695), I will follow the advancement in case of a workaround is proposed. 🤔

Hello @robjtede, do you have any idea how to fix this? Thanks!

Sure, this error is thrown when our [authentication extractor](https://github.com/meilisearch/meilisearch/blob/main/meilisearch-http/src/extractors/authentication/mod.rs#L87-L125) returns an error, and so, stop the request before the payload is read.

Hey @CNLHC! You're right in this case, and I don't have any solution for it. But, in another hand, customizable typos would allow typos on 3 character long search words....