mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-15 09:16:25 +00:00
Reove useless commented code
This commit is contained in:
@ -97,14 +97,6 @@ pub struct ChatSearchParams {
|
|||||||
#[schema(value_type = Option<usize>)]
|
#[schema(value_type = Option<usize>)]
|
||||||
pub limit: Setting<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")]
|
#[serde(default, skip_serializing_if = "Setting::is_not_set")]
|
||||||
#[deserr(default)]
|
#[deserr(default)]
|
||||||
#[schema(value_type = Option<Vec<String>>)]
|
#[schema(value_type = Option<Vec<String>>)]
|
||||||
|
Reference in New Issue
Block a user