mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
update tests
This commit is contained in:
parent
10b8a0ab00
commit
037724576e
4 changed files with 76 additions and 65 deletions
|
@ -101,7 +101,7 @@ pub async fn delete_all(ctx: Request<Data>) -> SResult<Response> {
|
|||
attributes_displayed: UpdateState::Clear,
|
||||
stop_words: UpdateState::Clear,
|
||||
synonyms: UpdateState::Clear,
|
||||
index_new_fields: UpdateState::Clear,
|
||||
index_new_fields: UpdateState::Clear,
|
||||
};
|
||||
|
||||
let update_id = index.settings_update(&mut writer, settings)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue