mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
simple search unit test
This commit is contained in:
parent
4b4ebad9a9
commit
85b5260d9d
11 changed files with 228 additions and 84 deletions
|
@ -5,7 +5,8 @@ pub mod options;
|
|||
pub mod index;
|
||||
pub mod index_controller;
|
||||
|
||||
pub use index_controller::{updates::store::Update, IndexController as MeiliSearch};
|
||||
pub use index_controller::updates::store::Update;
|
||||
pub use index_controller::MeiliSearch;
|
||||
|
||||
pub use milli;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue