Expose a sortFacetValuesBy parameter to the user

This commit is contained in:
Kerollmops
2023-05-29 15:32:09 +02:00
committed by Clément Renault
parent 80bbd4b6f3
commit 34b2e98fe9
6 changed files with 45 additions and 13 deletions

View File

@ -58,7 +58,7 @@ pub use self::heed_codec::{
pub use self::index::Index;
pub use self::search::{
FacetDistribution, FacetValueHit, Filter, FormatOptions, MatchBounds, MatcherBuilder,
MatchingWords, Search, SearchForFacetValues, SearchResult, TermsMatchingStrategy,
MatchingWords, OrderBy, Search, SearchForFacetValues, SearchResult, TermsMatchingStrategy,
DEFAULT_VALUES_PER_FACET,
};