mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
tests get documents limit, offset, attr to retrieve
This commit is contained in:
parent
b8b8cc1312
commit
097cae90a7
4 changed files with 104 additions and 5 deletions
|
@ -3,6 +3,7 @@ mod server;
|
|||
mod service;
|
||||
|
||||
pub use server::Server;
|
||||
pub use index::{GetDocumentOptions, GetAllDocumentsOptions};
|
||||
|
||||
/// Performs a search test on both post and get routes
|
||||
#[macro_export]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue