mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Merge #104
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user