update tests

This commit is contained in:
qdequele 2020-02-13 10:25:37 +01:00
parent 4986adc186
commit ce8e12c7c5
No known key found for this signature in database
GPG key ID: B3F0A000EBF11745
6 changed files with 68 additions and 32 deletions

View file

@ -82,8 +82,8 @@ pub async fn get_all(ctx: Request<Data>) -> SResult<Response> {
let settings = Settings {
ranking_rules: Some(ranking_rules),
ranking_distinct: Some(ranking_distinct),
searchable_attributes: searchable_attributes,
displayed_attributes: displayed_attributes,
searchable_attributes,
displayed_attributes,
stop_words: Some(stop_words),
synonyms: Some(synonyms),
index_new_fields: Some(index_new_fields),