mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Display default value when proximityPrecision is not set
This commit is contained in:
parent
6203f4acef
commit
f75f22e026
3 changed files with 31 additions and 14 deletions
|
@ -84,6 +84,7 @@ async fn get_settings() {
|
|||
})
|
||||
);
|
||||
assert_eq!(settings["embedders"], json!({}));
|
||||
assert_eq!(settings["proximityPrecision"], json!("byWord"));
|
||||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue