mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Support the new editDocumentsByFunction
experimental feature
This commit is contained in:
parent
94809090a3
commit
487997f6ad
8 changed files with 43 additions and 22 deletions
|
@ -98,7 +98,8 @@ async fn secrets_are_hidden_in_settings() {
|
|||
{
|
||||
"vectorStore": true,
|
||||
"metrics": false,
|
||||
"logsRoute": false
|
||||
"logsRoute": false,
|
||||
"editDocumentsByFunction": false
|
||||
}
|
||||
"###);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue