Quentin de Quelen
Quentin de Quelen
Create a page about best practices for indexing long documents, multilingual content, multi-client, etc.. ### Indexing long documents. Cut documents into smaller sizes. If you are trying to index https://en.wikipedia.org/wiki/Paris,...
At this time, an external user arriving on the [documentation](https://docs.meilisearch.com/) don't know which version of Meilisearch the documentation is for. It could be great to add like on other documentation,...
A user, is encountering an issue where all the tasks fail. The error message received is: "A document cannot contain more than 65,535 fields." This is happening despite the fact...
**Describe the bug** While performing a search request on very large datasets (100M+ documents) with numerous filters and sorting, the normal search request takes 115ms for processing. However, when `showRankingScore`...
https://github.com/typesense/typesense-website/blob/bdbcc64a8b543bd29f36cffc8efc2c2708a8f4b8/docs-site/content/overview/comparison-with-alternatives.md?plain=1#L40 While this was true for Algolia but not anymore, it never was the case with Meilisearch. https://github.com/typesense/typesense-website/blob/bdbcc64a8b543bd29f36cffc8efc2c2708a8f4b8/docs-site/content/overview/comparison-with-alternatives.md?plain=1#L42-L43 In assessing the readiness of a product, one could argue that it...
Add a command to have the index stats. ``` self stats ../meilisearch/data.ms/indexes/952a596c-ed74-45d8-b4c9-080cc222bbb5 ```
Hello @irevoire, Can I fork this project under the Meilisearch org and add some features to it? I've customers that I'm helping, and I'm creating a lot of small js...
This simple contribution uses the environment variable to get the npm package version instead of updating manually the version on a file. Not sure if it's working on Docker but...
Implement a WebSocket that would allow following the process of a crawling request.
Create multiple handlers for different types of page content. Ask the user which template to use. If there is no template, use the content page default one. - [x] #6...