mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add tests
This commit is contained in:
parent
eb2c2815b6
commit
f4a908669c
4 changed files with 291 additions and 11 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