1686: Bump milli r=curquiza a=irevoire

 fixes #1685, #1678, #1671, #1677 and #1680

Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
bors[bot] 2021-09-08 16:31:02 +00:00 committed by GitHub
commit c101b2a5cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 85 deletions

View file

@ -16,9 +16,9 @@ static DEFAULT_SETTINGS_VALUES: Lazy<HashMap<&'static str, Value>> = Lazy::new(|
json!([
"words",
"typo",
"sort",
"proximity",
"attribute",
"sort",
"exactness"
]),
);
@ -53,9 +53,9 @@ async fn get_settings() {
json!([
"words",
"typo",
"sort",
"proximity",
"attribute",
"sort",
"exactness"
])
);