mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add the max_values_by_facet setting to the database
This commit is contained in:
parent
52a494bd3b
commit
69931e50d2
6 changed files with 52 additions and 20 deletions
|
@ -38,7 +38,7 @@ pub use self::heed_codec::{
|
|||
pub use self::index::Index;
|
||||
pub use self::search::{
|
||||
FacetDistribution, Filter, FormatOptions, MatchBounds, MatcherBuilder, MatchingWord,
|
||||
MatchingWords, Search, SearchResult,
|
||||
MatchingWords, Search, SearchResult, DEFAULT_VALUES_PER_FACET,
|
||||
};
|
||||
|
||||
pub type Result<T> = std::result::Result<T, error::Error>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue