mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Merge f60814b319
into fef089c7b6
This commit is contained in:
commit
a719ed1d11
21 changed files with 1411 additions and 375 deletions
|
@ -562,5 +562,7 @@ pub struct GetAllDocumentsOptions {
|
|||
pub offset: Option<usize>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub fields: Option<Vec<&'static str>>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub sort: Option<Vec<&'static str>>,
|
||||
pub retrieve_vectors: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue