update the settings routes

This commit is contained in:
tamo 2021-03-29 20:19:37 +02:00
parent 96cffeab1e
commit 79c63049d7
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
2 changed files with 9 additions and 2 deletions

View file

@ -43,6 +43,9 @@ pub struct Settings {
skip_serializing_if = "Option::is_none"
)]
pub ranking_rules: Option<Option<Vec<String>>>,
// TODO we are missing the stopWords, synonyms and distinctAttribute for the GET settings
// request
}
impl Settings {