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

@ -7,7 +7,7 @@ use log::error;
use once_cell::sync::Lazy;
use roaring::bitmap::RoaringBitmap;
pub use self::facet::{FacetDistribution, Filter, DEFAULT_VALUES_PER_FACET};
pub use self::facet::{FacetDistribution, Filter, OrderBy, DEFAULT_VALUES_PER_FACET};
pub use self::new::matches::{FormatOptions, MatchBounds, Matcher, MatcherBuilder, MatchingWords};
use self::new::PartialSearchResult;
use crate::error::UserError;