pub fn search_documents<T: Transport>( client: &ApiClient<T>, query: DocumentQuery, search: String, ) -> Result<Value, AppError>