mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-23 12:06:29 +00:00
Enhance index update functionality to support renaming by adding new_uid field. Update related structures and methods to handle the new index UID during updates, ensuring backward compatibility with existing index operations.
This commit is contained in:
@@ -2,5 +2,6 @@ mod create_index;
|
||||
mod delete_index;
|
||||
mod errors;
|
||||
mod get_index;
|
||||
mod rename_index;
|
||||
mod stats;
|
||||
mod update_index;
|
||||
|
Reference in New Issue
Block a user