Maryam
Maryam
As part of #1351, we want to update the response section to include tabs for successful and error responses. 1. Add a tab called `200` for successful responses 2. Add...
The current documentation says: >In general, a search on a word will return the same results as a search on any of its synonyms. This is not true, as Meilisearach...
Update instant-meilisearch description
1. Add `getting_started_faceting` [PR](#1833) Set `maxValuesPerFacet` to 2 3. Add `getting_started_pagination` [PR](#1833) Set `maxTotalHits` to 500 3. Add `synonyms_guide_1` [PR](#1841) Set `great` and `fantastic` as synonyms
I looked at what other docs have in their version of the “Overview” page, and we can improve ours too. Here’s what we could start with: - There were different...
Node 16 will enter maintenance mode [next month](https://endoflife.date/nodejs) so we should add support for node 18 which will be the active version. Currently, we get the following error with node...
We currently do this manually for the following pages: - `config.js` - `learn/getting_started/quick_start.md` -> Docker tab - `learn/cookbooks/docker.md` (Not merged yet)
- [ ] [Version object](https://docs.meilisearch.com/reference/api/version.html#version-object) -> Bold "Name" column - [ ] [Typo tolerance object](https://docs.meilisearch.com/reference/api/settings.html#typo-tolerance-object) -> Use `Empty` instead of `[]` - [ ] Update the router element colors. [Patch](https://docs.meilisearch.com/reference/api/keys.html#update-a-key)...
- Update the file to ignore alt text. Alt text doesn't use backticks, so some terms in the alt text, like "faq" cause Vale spelling errors - `!\[(.*?)\]` should work...
Update the API reference to add a note mentioning when the endpoint/feature/field was added to Meilisearch. For example, the POST `/indexes/{index_uid}/documents/fetch` was introduced in v1.2. The note could say something...