Commit Graph

19 Commits

Author SHA1 Message Date
Kerollmops 669a3ff85f
Improve the tasks error reporting 2022-06-20 11:08:05 +02:00
Kerollmops 10d3b367dc
Simplify the const default values 2022-06-06 10:06:00 +02:00
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
ManyTheFish 0990e95830 Feat(Analytics): Add analytics for search format options 2022-04-11 14:53:15 +02:00
ManyTheFish dc2cc1ee89 Feat(Search): Enhance formating search results 2022-04-07 15:04:08 +02:00
mpostma c9a236b0af
feat(lib): auto-batching 2022-02-01 18:06:20 +01:00
Marin Postma a30e02c18c feat(all): Task store
implements:
https://github.com/meilisearch/specifications/blob/develop/text/0060-refashion-updates-apis.md

linked PR:

- #1889
- #1891
- #1892
- #1902
- #1906
- #1911
- #1914
- #1915
- #1916
- #1918
- #1924
- #1925
- #1926
- #1930
- #1936
- #1937
- #1942
- #1944
- #1945
- #1946
- #1947
- #1950
- #1951
- #1957
- #1959
- #1960
- #1961
- #1962
- #1964

- https://github.com/meilisearch/milli/pull/414
- https://github.com/meilisearch/milli/pull/409
- https://github.com/meilisearch/milli/pull/406
- https://github.com/meilisearch/milli/pull/418

- close #1687
- close #1786
- close #1940
- close #1948
- close #1949
- close #1932
- close #1956
2021-12-02 20:14:42 +01:00
mpostma 9fa61439b1 fix clippy warning & unsafety 2021-10-06 14:51:46 +02:00
mpostma a38215de98 edit documentation 2021-10-06 14:35:18 +02:00
mpostma 85b5260d9d simple search unit test 2021-10-06 14:20:05 +02:00
mpostma 4b4ebad9a9 test dumps 2021-10-06 14:10:26 +02:00
mpostma ece4c739f4 update store tests 2021-10-06 14:10:26 +02:00
mpostma 0448f0ce56 handle panic in stubs 2021-10-06 14:09:04 +02:00
mpostma 4835d82a0b implement index mock 2021-10-06 14:09:01 +02:00
mpostma 102c46f88b clippy + fmt 2021-09-28 22:22:59 +02:00
mpostma df4e9f4e1e restore dump v1 2021-09-28 19:49:25 +02:00
mpostma 90018755c5 restore snapshots 2021-09-27 16:48:03 +02:00
mpostma 42a6260b65 introduce index resolver 2021-09-24 11:53:11 +02:00
mpostma 60518449fc split meilisearch-http and meilisearch-lib 2021-09-21 13:23:22 +02:00