Make sure that meilisearch-http works without index wrapper

This commit is contained in:
Kerollmops
2022-10-04 11:06:48 +02:00
committed by Clément Renault
parent b7898cd4ab
commit 4871509507
9 changed files with 230 additions and 43 deletions

View File

@ -1,4 +1,5 @@
pub use search::{
all_documents, perform_search, retrieve_document, retrieve_documents, settings,
MatchingStrategy, SearchQuery, SearchResult, DEFAULT_CROP_LENGTH, DEFAULT_CROP_MARKER,
DEFAULT_HIGHLIGHT_POST_TAG, DEFAULT_HIGHLIGHT_PRE_TAG, DEFAULT_SEARCH_LIMIT,
};