mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Add changes according to milli update
This commit is contained in:
parent
1e659bb17b
commit
aa04124bfc
7 changed files with 55 additions and 18 deletions
|
@ -75,7 +75,7 @@ macro_rules! make_setting_route {
|
|||
|
||||
make_setting_route!(
|
||||
"/indexes/{index_uid}/settings/attributes-for-faceting",
|
||||
std::collections::HashMap<String, String>,
|
||||
std::collections::HashSet<String>,
|
||||
attributes_for_faceting
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue