mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
connect the new scheduler to meilisearch-http officially.
I can index documents and do search
This commit is contained in:
@ -46,6 +46,8 @@ async fn main() -> anyhow::Result<()> {
|
||||
}
|
||||
|
||||
let meilisearch = setup_meilisearch(&opt)?;
|
||||
let m = meilisearch.clone();
|
||||
tokio::task::spawn_blocking(move || m.run());
|
||||
|
||||
let auth_controller = AuthController::new(&opt.db_path, &opt.master_key)?;
|
||||
|
||||
|
Reference in New Issue
Block a user