Plug the faceting.max_values_per_facet setting

This commit is contained in:
Kerollmops 2022-06-08 18:03:56 +02:00
parent 5450b5ced3
commit b96399d24b
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
6 changed files with 45 additions and 20 deletions

View file

@ -484,6 +484,7 @@ pub(crate) mod test {
synonyms: Setting::NotSet,
distinct_attribute: Setting::NotSet,
typo_tolerance: Setting::NotSet,
faceting: Setting::NotSet,
_kind: PhantomData::<Unchecked>,
};
@ -506,6 +507,7 @@ pub(crate) mod test {
synonyms: Setting::NotSet,
distinct_attribute: Setting::NotSet,
typo_tolerance: Setting::NotSet,
faceting: Setting::NotSet,
_kind: PhantomData::<Unchecked>,
};