[ CCode ( has_construct_function = false ) ]
public DocumentsQuery.with_limits (string? q, uint start_index, uint max_results)
Creates a new DocumentsQuery with its
q property set to q
, and the limits start_index
and
max_results
applied.
q |
a query string, or |
start_index |
a one-based start index for the results, or |
max_results |
the maximum number of results to return, or |
a new DocumentsQuery |