Clément Renault

Results 172 issues of Clément Renault

Meilisearch returns invalid facet counts in the facet distribution. When a filter is added to a query some of the facet counts increase. This issue is directly related to [this...

bug

It would be great to put this great website under an easier-to-remember domain name.

enhancement

This PR must not be merged on main. It is only opened to expose the progress made so far on the MusicBrainz demo. ### TODO - [ ] Rebase on...

Sharing a link to a mini-dashboard webpage with other users would be great without leaking the primary API Key. The main reason why we need the primary API Key is...

enhancement

This PR implements what is described in #4485. It reduces the number of disk writes and disk usage.

enhancement

Currently, the [Meilisearch action keys are single numbers](https://github.com/meilisearch/meilisearch/blob/abe29772dbebbfe5251cfeece2addd4133d3b93b/meilisearch-types/src/keys.rs) and therefore cannot be combined. It's not possible to OR them NOT them. I needed to do a basic `documents.add | documents.delete`...

maintenance

**Describe the bug** According to some of my tests and [this (internal) report](https://github.com/meilisearch/meilisearch-support/issues/250#issuecomment-2195024205), the task queue can stop processing tasks. It keeps tasks as queued and never processes them. **To...

bug

This PR is akin to #4713 and #4682 because it uses the new RoaringBitmap method to do the intersections directly on the serialized bytes for the bytes LMDB/heed returns. Running...

performance