Add changes according to milli update

This commit is contained in:
Clémentine Urquizar 2021-06-03 19:36:25 +02:00
parent 1e659bb17b
commit aa04124bfc
No known key found for this signature in database
GPG key ID: D8E7CC7422E77E1A
7 changed files with 55 additions and 18 deletions

View file

@ -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
);