mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Reove useless commented code
This commit is contained in:
parent
28e6adc435
commit
34d572e3e5
1 changed files with 0 additions and 8 deletions
|
@ -97,14 +97,6 @@ pub struct ChatSearchParams {
|
|||
#[schema(value_type = Option<usize>)]
|
||||
pub limit: Setting<usize>,
|
||||
|
||||
// #[serde(default, skip_serializing_if = "Setting::is_not_set")]
|
||||
// #[deserr(default)]
|
||||
// pub attributes_to_retrieve: Option<BTreeSet<String>>,
|
||||
|
||||
// #[serde(default, skip_serializing_if = "Setting::is_not_set")]
|
||||
// #[deserr(default)]
|
||||
// pub filter: Option<Value>,
|
||||
//
|
||||
#[serde(default, skip_serializing_if = "Setting::is_not_set")]
|
||||
#[deserr(default)]
|
||||
#[schema(value_type = Option<Vec<String>>)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue