mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Change crop_length type from Option(usize) to usize
This commit is contained in:
parent
638009fb2b
commit
65130d9ee7
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ pub struct SearchQueryGet {
|
|||
limit: Option<usize>,
|
||||
attributes_to_retrieve: Option<String>,
|
||||
attributes_to_crop: Option<String>,
|
||||
crop_length: Option<usize>,
|
||||
crop_length: usize,
|
||||
attributes_to_highlight: Option<String>,
|
||||
filter: Option<String>,
|
||||
matches: Option<bool>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue