MeiliSearch/meilisearch-http/tests/documents
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
..
add_documents.rs feat(http): update the documents resource 2022-05-31 16:40:40 +02:00
delete_documents.rs feat(http): update the documents resource 2022-05-31 16:40:40 +02:00
get_documents.rs feat(http): update the documents resource 2022-05-31 16:40:40 +02:00
mod.rs last review edits + fmt 2021-03-15 18:11:10 +01:00