Tommy
Tommy
As discussed in [this Slack thread](https://meilicommunity.slack.com/archives/CP9DVS1RQ/p1660094617040919?thread_ts=1659918783.918139&cid=CP9DVS1RQ), it may be helpful to clarify in the API reference that the `GET indexes/{index_uid}/documents` endpoint is intended for admin use. For the purposes of...
It would be nice to update the [`` component](https://github.com/meilisearch/documentation/blob/master/.vuepress/components/RouteHighlighter.vue) so that values in between curly brackets `{}` are highlighted in a bright, visible color. This would make it easier to...
The [updating guide](https://docs.meilisearch.com/learn/advanced/updating.html#update-to-the-latest-meilisearch-version) currently provides two solutions: 1. For users of v0.15 or above 2. For users of v0.14 and below This distinction is due to the addition of dumps...
The decision was recently taken to switch the documentation site framework from VuePress to Docusaurus. The main motivation is the built-in versioning feature, which is essential for MeiliSearch v1 (expected...
The asynchronous API is a core part of the experience of using Meilisearch. We want to make sure that new users—especially ones who have never before used an async API—have...
The errors on our [error page](https://docs.meilisearch.com/reference/api/error_codes.html#error-list) appear not to be ordered in accordance with any rule. It would be nice to put these in alphabetical order so that similar error...
Currently there is no table of contents for our [errors page](https://docs.meilisearch.com/reference/api/error_codes.html#error-list), requiring you to either scroll and read each id individually or find the one you're looking for via search....
In the primary key guide section on [setting the primary key](https://docs.meilisearch.com/learn/core_concepts/primary_key.html#setting-the-primary-key), the responses we show are responses to the `GET /tasks/:uid` endpoint; they should be summarized task objects to align...
On the "guide" side of Meilisearch's documentation, we are missing a key resource: a solid guide on searching and understanding the search response. Specifically, the `_formatted` field—which is added to...
As noted in a comment on #1616 , we have an urgent need to de-bloat some of our API descriptions and centralize information on interacting with the API, such as...