MeiliSearch/meilisearch-http/tests
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
..
assets chore(dump): add tests 2022-05-24 14:21:56 +02:00
auth Add indexUid filtering on the /tasks route 2022-05-31 11:33:20 +02:00
common feat(http): update the documents resource 2022-05-31 16:40:40 +02:00
dashboard Add tests for mini-dashboard status and assets 2021-10-27 17:57:25 +05:30
documents feat(http): update the documents resource 2022-05-31 16:40:40 +02:00
dumps feat(http): update the documents resource 2022-05-31 16:40:40 +02:00
index Rename the uid to taskUid in asynchronous response 2022-05-31 11:33:20 +02:00
search chore(search): rename in the search endpoint 2022-05-19 16:31:37 +02:00
settings Rename the uid to taskUid in asynchronous response 2022-05-31 11:33:20 +02:00
snapshot chore(dump): add tests 2022-05-24 14:21:56 +02:00
stats Rename the uid to taskUid in asynchronous response 2022-05-31 11:33:20 +02:00
tasks Implement the StarOr on all the tasks filters 2022-05-31 11:33:21 +02:00
content_type.rs feat(auth): API keys 2021-12-06 09:52:41 +01:00
integration.rs chore(dump): add tests 2022-05-24 14:21:56 +02:00