mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Merge #1686
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:
commit
c101b2a5cb
5 changed files with 18 additions and 85 deletions
|
@ -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"
|
||||
])
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue