MeiliSearch/meilisearch-http/src
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
..
analytics chore(analytics): update the url used to send our analytics 2022-05-30 15:13:10 +02:00
extractors feat(search): Implements the nested fields 2022-04-07 19:47:20 +02:00
helpers Export milli's heed from meilisearch-lib 2022-03-24 15:30:10 +01:00
routes feat(http): update the documents resource 2022-05-31 16:40:40 +02:00
error.rs feat(auth): API keys 2021-12-06 09:52:41 +01:00
lib.rs Add indexUid filtering on the /tasks route 2022-05-31 11:33:20 +02:00
main.rs fix(rebranding): Update the ascii art (#2118) 2022-01-26 18:53:07 +01:00
option.rs Add version flag 2022-04-12 15:22:36 -04:00
task.rs Rename the Tasks Types 2022-05-31 11:33:20 +02:00