mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
single update store instance
This commit is contained in:
parent
5a38f13cae
commit
9ce68d11a7
12 changed files with 95 additions and 202 deletions
|
@ -233,7 +233,6 @@ impl IndexController {
|
|||
let uid = uid.ok_or_else(|| anyhow::anyhow!("Can't create an index without a uid."))?;
|
||||
let uuid = self.uuid_resolver.create(uid.clone()).await?;
|
||||
let meta = self.index_handle.create_index(uuid, primary_key).await?;
|
||||
let _ = self.update_handle.create(uuid).await?;
|
||||
let meta = IndexMetadata {
|
||||
name: uid.clone(),
|
||||
uid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue