Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

QueryThe parsed query that was submitted to the server.
FilterQueriesA comma separated list of any filters that are in use on the query.
SearchTimeThe number of milliseconds it took to run the search on the server.
TotalCountThe total number of results for the query.
PageThe pagination offset for the list of results.
PageSizeThe number of results to display during pagination.
MatchingTermsA list of matching terms.
FilterFieldsA list of filter fields.
ResultsThe list of results.

...

querySearch string using the Search Query Syntax
filterAdditional filter to provide faceting of the results
skipNumber of records to skip when returning the results
takeThe number of records to return
orderby

Enables sorting of the results using the syntax:

fieldname [ASC|DESC]

Anchor

...

matchingterm

...

matchingterm

...

Example Response

http://data.nzor.org.nz/names/search?query=lic*

...