tests get documents limit, offset, attr to retrieve

This commit is contained in:
mpostma 2021-02-22 14:23:17 +01:00
parent b8b8cc1312
commit 097cae90a7
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
4 changed files with 104 additions and 5 deletions

View file

@ -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]