104: Update all the response format (issue #64) r=MarinPostma a=irevoire

closes #64 

Co-authored-by: Irevoire <tamo@meilisearch.com>
Co-authored-by: tamo <tamo@meilisearch.com>
This commit is contained in:
bors[bot]
2021-04-01 14:22:57 +00:00
committed by GitHub
8 changed files with 59 additions and 33 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 {