mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Revert "Merge #1001"
This reverts commit690eab4a25
, reversing changes made to086020e543
. update changelog
This commit is contained in:
@ -1780,7 +1780,7 @@ async fn update_documents_with_facet_distribution() {
|
||||
let settings = json!({
|
||||
"attributesForFaceting": ["genre"],
|
||||
"displayedAttributes": ["genre"],
|
||||
"searchableAttributes": ["genre", "type"]
|
||||
"searchableAttributes": ["genre"]
|
||||
});
|
||||
server.update_all_settings(settings).await;
|
||||
let update1 = json!([
|
||||
|
Reference in New Issue
Block a user