mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Add new experimental feature
This commit is contained in:
parent
00e764b0d3
commit
7ae6dda03f
4 changed files with 28 additions and 0 deletions
|
@ -7,6 +7,7 @@ pub struct RuntimeTogglableFeatures {
|
|||
pub logs_route: bool,
|
||||
pub edit_documents_by_function: bool,
|
||||
pub contains_filter: bool,
|
||||
pub network: bool,
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, Clone, Copy)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue