libscipaper 1.0.x
Data Fields
RequestReturn Struct Reference

This struct is details the result of a metadata search. More...

#include <types.h>

Data Fields

DocumentMeta ** documents
 A array of document meta structs detailing the search results.
 
size_t count
 The length of the DocumentMeta array.
 
size_t maxCount
 The maximum number of search results to be presented, as requested by the interface user.
 
size_t page
 The page that was requested.
 
size_t totalCount
 The total number of search results found by the backend, 0 if this information is not supported by the backend.
 

Detailed Description

This struct is details the result of a metadata search.

it contains a series of DocumentMeta structs as well as information about the query. This struct must be freed with request_return_free()