change facetedAttributes to attributesForFaceting

This commit is contained in:
mpostma
2021-03-15 13:53:50 +01:00
parent fcf1d4e922
commit 55fadd7f87
4 changed files with 8 additions and 7 deletions

View File

@ -54,7 +54,7 @@ impl Index {
Ok(Settings {
displayed_attributes: Some(Some(displayed_attributes)),
searchable_attributes: Some(Some(searchable_attributes)),
faceted_attributes: Some(Some(faceted_attributes)),
attributes_for_faceting: Some(Some(faceted_attributes)),
ranking_rules: Some(Some(criteria)),
})
}