change facetedAttributes to attributesForFaceting

This commit is contained in:
mpostma 2021-03-15 13:53:50 +01:00
parent fcf1d4e922
commit 55fadd7f87
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
4 changed files with 8 additions and 7 deletions

View file

@ -82,7 +82,7 @@ macro_rules! make_setting_route {
make_setting_route!(
"/indexes/{index_uid}/settings/attributes-for-faceting",
std::collections::HashMap<String, String>,
faceted_attributes
attributes_for_faceting
);
make_setting_route!(
@ -126,7 +126,7 @@ macro_rules! create_services {
}
create_services!(
faceted_attributes,
attributes_for_faceting,
displayed_attributes,
searchable_attributes
);