Rename the faceted fields into filterable fields

This commit is contained in:
Kerollmops
2021-06-01 12:19:55 +02:00
parent 270da98c46
commit 2a3f9b32ff
8 changed files with 87 additions and 67 deletions

View File

@ -83,7 +83,7 @@ mod test {
let mut update = builder.settings(&mut txn, &index);
update.set_distinct_attribute(distinct.to_string());
if !facets.is_empty() {
update.set_faceted_fields(facets)
update.set_filterable_fields(facets)
}
update.execute(|_, _| ()).unwrap();