mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
start updating the exposed function to makes other modules happy
This commit is contained in:
parent
6c9165b6a8
commit
e25ca9776f
7 changed files with 24 additions and 12 deletions
|
@ -34,7 +34,9 @@ pub use self::heed_codec::{
|
|||
RoaringBitmapLenCodec, StrBEU32Codec, StrStrU8Codec,
|
||||
};
|
||||
pub use self::index::Index;
|
||||
pub use self::search::{FacetDistribution, Filter, MatchingWords, Search, SearchResult};
|
||||
pub use self::search::{
|
||||
Condition, FacetDistribution, Filter, FilterCondition, MatchingWords, Search, SearchResult,
|
||||
};
|
||||
|
||||
pub type Result<T> = std::result::Result<T, error::Error>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue