Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Update milli/src/search/facet/filter.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tamo <irevoire@protonmail.ch>
  • Loading branch information
amab8901 and irevoire authored Dec 1, 2022
1 parent e334f2b commit fd80025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion milli/src/search/facet/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@ mod tests {

index
.update_settings(|settings| {
settings.set_searchable_fields(vec![S("_geo")]);
settings.set_filterable_fields(hashset! { S("_geo") });
}).unwrap();

Expand Down

0 comments on commit fd80025

Please sign in to comment.