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
|
@ -1859,7 +1859,8 @@ async fn import_dump_v6_containing_experimental_features() {
|
|||
{
|
||||
"vectorStore": false,
|
||||
"metrics": false,
|
||||
"logsRoute": false
|
||||
"logsRoute": false,
|
||||
"editDocumentsByFunction": false
|
||||
}
|
||||
"###);
|
||||
|
||||
|
@ -1952,7 +1953,8 @@ async fn generate_and_import_dump_containing_vectors() {
|
|||
{
|
||||
"vectorStore": true,
|
||||
"metrics": false,
|
||||
"logsRoute": false
|
||||
"logsRoute": false,
|
||||
"editDocumentsByFunction": false
|
||||
}
|
||||
"###);
|
||||
let index = server.index("pets");
|
||||
|
@ -2022,7 +2024,8 @@ async fn generate_and_import_dump_containing_vectors() {
|
|||
{
|
||||
"vectorStore": true,
|
||||
"metrics": false,
|
||||
"logsRoute": false
|
||||
"logsRoute": false,
|
||||
"editDocumentsByFunction": false
|
||||
}
|
||||
"###);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue