mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02: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:
commit
6cb8052d3d
8 changed files with 59 additions and 33 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue