gui machiavelli
gui machiavelli
Many actions, such as updating index settings and adding new documents, trigger reindexing. These are usually documented with other features, but we should also have a dedicated and comprehensive list...
[In the docs we state](https://www.meilisearch.com/docs/reference/api/tasks#cancel-tasks) (emphasis mine): > Cancel any number of enqueued or processing tasks based on their uid, status, type, indexUid, or _the date at which they were...
Closes #2678
Documentations currently states the `limit` search parameter accepts "any positive integer". We should update the `/search` reference so it's clear `limit` also accepts `0` as a value. This will cause...
v1.11
Staging PR for v1.11 updates.
## Planning - [x] Create milestone - [x] Create roadmap issue - [x] Changelog review: https://github.com/meilisearch/engine-team/pull/72/files - [x] Create planned changes issues - [x] Create issues for: - [x] Updating...
We have not been very good at keeping track of code sample updates outside of those related to new versions. This might have lead to a mismatch between `curl` and...
@meilisearch/integration-team: this PR makes two types of changes to code samples: - add an `experimental_` prefix to the following existing code sample ids, without any changes to the samples themselves:...
Due to our increasing use of `utm` query parameters, some of the navigation data is getting distorted by e.g. `example.com` and `example.com?key=value` being considered different pages. We can solve this...