Commit Graph

49 Commits

Author SHA1 Message Date
dad86fc3d6 Make the changes necessary to use milli 0.31.1 2022-06-23 10:47:49 +02:00
9d692ba1c6 Add more tests for the pagination and faceting subsettings routes 2022-06-15 15:53:43 +02:00
36cb09eb25 Add a new meilisearch_types crate
Move `meilisearch_error` to `meilisearch_types::error`
Move `meilisearch_lib::index_resolver::IndexUid` to `meilisearch_types::index_uid`
Add a new `InvalidIndexUid` error in `meilisearch_types::index_uid`
2022-06-09 16:14:13 +02:00
1e3dcbea3f Plug the pagination.limited_to setting 2022-06-09 10:56:42 +02:00
b96399d24b Plug the faceting.max_values_per_facet setting 2022-06-09 10:56:42 +02:00
09938c9b6f Patch ranking rules error test 2022-06-08 14:38:09 +02:00
0258659278 Fix the get_settings tests 2022-06-02 12:24:27 +02:00
d2f457a076 Rename the uid to taskUid in asynchronous response 2022-05-31 11:33:20 +02:00
981fba5b44 feat(all): introduce disable typos 2022-04-06 15:47:48 +02:00
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
3c696da274 Update tests 2021-11-04 17:40:28 +01:00
b59145385e Fix PR comments 2021-11-04 14:57:27 +01:00
692c676625 fix tests 2021-09-28 18:57:36 +02:00
49c918defa bump milli 2021-09-08 17:41:47 +02:00
ea4c831de0 Integrate the sortable-attributes into the settings 2021-08-25 17:39:25 +02:00
51387b2c80 Introduce the new invalid sortable error codes 2021-08-25 17:29:30 +02:00
2f3a439566 fix tests 2021-07-05 16:31:52 +02:00
79fc3bb84e fmt 2021-06-24 16:36:22 +02:00
b9b4feada8 add tests 2021-06-23 16:21:32 +02:00
905ace3e13 fix test 2021-06-22 11:10:57 +02:00
0dfd1b74c8 fix tests 2021-06-21 12:11:08 +02:00
a780cff8fd fix clippy warning 2021-06-14 14:53:47 +02:00
18d4d6097a implements the synonyms in transplant 2021-06-14 14:47:51 +02:00
88bf867a3e Rename attributes for faceting into filterable attributes 2021-06-14 13:20:43 +02:00
7009906d55 Update reset-all-settings test 2021-06-14 13:20:43 +02:00
ca1bb7dc1c Fix tests 2021-06-14 13:20:43 +02:00
d767990424 fix the import of the updates in the dump 2021-05-10 20:25:12 +02:00
24192fc550 fix tests 2021-05-10 20:25:12 +02:00
0f94ef8abc WIP: dump 2021-05-10 20:24:18 +02:00
e389c088eb WIP: rebasing on master 2021-05-10 20:20:57 +02:00
33830d5ecf fix snapshots 2021-04-27 15:09:55 +02:00
f8c338e3a7 add test for dedicated distinct route 2021-04-20 15:49:17 +02:00
ec63e13896 bump actix 2021-04-20 11:29:32 +02:00
1746132c7d add test set/reset distinct attribute 2021-04-20 11:29:08 +02:00
dcd60a5b45 add more tests for the stop_words 2021-04-06 18:29:38 +02:00
b1962c8e02 remove legacy files from meilisearch that have been replaced by a macro in routes/settings/mod.rs 2021-04-06 16:29:04 +02:00
40ef9a3c6a push a first implementation of the stop_words 2021-04-06 16:29:04 +02:00
73973e2b9e fix more settings routes 2021-04-01 15:50:45 +02:00
8b99860e85 use write sender for updates 2021-03-18 08:32:05 +01:00
6b4ea7f594 ensure the reset_settings also return a 202 2021-03-17 15:09:13 +01:00
c8b05712fa return 202 on settings update / reset 2021-03-17 14:44:32 +01:00
dd324807f9 last review edits + fmt 2021-03-15 18:11:10 +01:00
55fadd7f87 change facetedAttributes to attributesForFaceting 2021-03-15 13:53:50 +01:00
99c89cf2ba use options max db sizes 2021-03-13 10:09:10 +01:00
2ee2e6a9b2 clean project 2021-03-12 14:57:24 +01:00
e4d45b0500 fix various bugs 2021-03-12 00:37:43 +01:00
1fad72e019 fix test bug with tempdir 2021-03-11 17:59:47 +01:00
0cd8869349 update relevant changes from master 2021-03-10 14:43:10 +01:00
5ecf514d28 restructure project 2021-03-10 13:46:49 +01:00