Louis Dureuil
Louis Dureuil
Hello, currently the `rankingScoreThreshold` is used more by people who implement "scrolling" without pagination and want to end the scrolling below the threshold. As far as workarounds go, you could...
ranking score threshold is not a filter. We have dedicated data structures for filterable attributes that allow us to get a list of matching documents in log4(n) of the number...
I'm marking the `totalHits` being wrong as a bug, we will consider fixing this in the case where exhaustive hits are requested. The fix will be the one we mentioned,...
Hello, not so far unfortunately
@Mubelotix to be clear, the fix is applied only when using `page` and `hitsPerPage` and **not** `limit` and `offset`. In this case the facet distribution and `totalHits` (not `estimatedTotalHits`) should...
When `attributesToSearchOn` is set to `[*]` it ignores the typoTolerence `disableOnAttributes` field
Hello, thank you for you report! Can you please retry with a more recent version of Meilisearch? We released v1.15.0-rc.2 yesterday (not for production use yet), can you check whether...
When `attributesToSearchOn` is set to `[*]` it ignores the typoTolerence `disableOnAttributes` field
Alright, we'll wait for you or someone else to confirm the issue is still present in a recent version then 🙂
Hello, thank you for your report, this sounds like an issue with one of our dependencies. Can you tell us more about your setup (OS, target triple, etc)?
Sounds like a GCC 15 build issue in the dependency: https://github.com/rust-onig/rust-onig/issues/191 Can you retry by passing `export CC=clang` or equivalent? Sounds like other CLI tools like `bat` are also affected:...
hello, which upstream are you referring to? origuruma doesn't seem deprecated in the HF's tokenizers, is it?