mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Introduce the IndexUidPattern type
This commit is contained in:
parent
474d4ec498
commit
0b08413c98
2 changed files with 98 additions and 0 deletions
|
@ -2,6 +2,7 @@ pub mod compression;
|
|||
pub mod document_formats;
|
||||
pub mod error;
|
||||
pub mod index_uid;
|
||||
pub mod index_uid_pattern;
|
||||
pub mod keys;
|
||||
pub mod settings;
|
||||
pub mod star_or;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue