mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
change facetedAttributes to attributesForFaceting
This commit is contained in:
parent
fcf1d4e922
commit
55fadd7f87
4 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue