mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
update the settings routes
This commit is contained in:
parent
96cffeab1e
commit
79c63049d7
2 changed files with 9 additions and 2 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