mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-25 22:34:28 +01:00
Add a TODO about the index creation
This commit is contained in:
parent
5d21c790ef
commit
9a9e98fb77
@ -388,6 +388,8 @@ impl IndexScheduler {
|
||||
| IndexOperation::Settings { ref index_uid, .. }
|
||||
| IndexOperation::DocumentClearAndSetting { ref index_uid, .. }
|
||||
| IndexOperation::SettingsAndDocumentImport { ref index_uid, .. } => {
|
||||
// TODO check if the user was allowed to create an index.
|
||||
|
||||
// create the index if it doesn't already exist
|
||||
let mut wtxn = self.env.write_txn()?;
|
||||
let index = self.index_mapper.create_index(&mut wtxn, index_uid)?;
|
||||
|
Loading…
Reference in New Issue
Block a user