mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-29 15:06:42 +00:00
Update milli/src/search/facet/filter.rs
This commit is contained in:
@@ -632,7 +632,6 @@ mod tests {
|
|||||||
|
|
||||||
index
|
index
|
||||||
.update_settings(|settings| {
|
.update_settings(|settings| {
|
||||||
settings.set_searchable_fields(vec![S("_geo")]);
|
|
||||||
settings.set_filterable_fields(hashset! { S("_geo") });
|
settings.set_filterable_fields(hashset! { S("_geo") });
|
||||||
})
|
})
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user