MeiliSearch/meilisearch-http/tests/dumps
Irevoire ddad6cc069
feat(http): update the documents resource
- Return Documents API resources on `/documents` in an array in the the results field.
- Add limit, offset and total in the response body.
- Rename `attributesToRetrieve` into `fields` (only for the `/documents` endpoints, not for the `/search` ones).
- The `displayedAttributes` settings does not impact anymore the displayed fields returned in the `/documents` endpoints. These settings only impacts the `/search` endpoint.

Fix #2372
2022-05-31 16:40:40 +02:00
..
data.rs chore(dump): add tests 2022-05-24 14:21:56 +02:00
mod.rs feat(http): update the documents resource 2022-05-31 16:40:40 +02:00