mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Make sure that the order of the filterableAttributes is constant
This commit is contained in:
parent
087e4626ce
commit
cf4a466b6b
2 changed files with 5 additions and 3 deletions
|
@ -75,7 +75,7 @@ macro_rules! make_setting_route {
|
|||
|
||||
make_setting_route!(
|
||||
"/filterable-attributes",
|
||||
std::collections::HashSet<String>,
|
||||
std::collections::BTreeSet<String>,
|
||||
filterable_attributes,
|
||||
"filterableAttributes"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue