...
Query | The parsed query that was submitted to the server. |
---|---|
FilterQueries | A comma separated list of any filters that are in use on the query. |
SearchTime | The number of milliseconds it took to run the search on the server. |
TotalCount | The total number of results for the query. |
Page | The pagination offset for the list of results. |
PageSize | The number of results to display during pagination. |
MatchingTerms | A list of matching terms. |
FilterFields | A list of filter fields. |
Results | The list of results. |
Anchor | ||||
---|---|---|---|---|
|
...
Returns a list of search results and faceting details for a query on names.
Parameters
query | Search string using the Search Query Syntax
| query=lic* | |
filter | Additional filter to provide faceting of the results | skipAvailable Filter Fields
| filter=rank:genus |
page | Number of records to skip when returning the results | page=1 | |
takepagesize | The number of records to return | pagesize=5 | |
orderby | Enables sorting of the results using the syntax: fieldname [ASC|DESC] | orderby=rank DESC,fullname |
Example Response
http://data.nzor.org.nz/names/search?query=lic*
...