mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
add test set/reset distinct attribute
This commit is contained in:
parent
ec230c2835
commit
1746132c7d
3 changed files with 25 additions and 0 deletions
|
@ -20,6 +20,7 @@ async fn get_settings() {
|
|||
assert_eq!(settings["displayedAttributes"], json!(["*"]));
|
||||
assert_eq!(settings["searchableAttributes"], json!(["*"]));
|
||||
assert_eq!(settings["attributesForFaceting"], json!({}));
|
||||
assert_eq!(settings["distinctAttribute"], serde_json::Value::Null);
|
||||
assert_eq!(
|
||||
settings["rankingRules"],
|
||||
json!([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue