Search Endpoints
Overview of the /v1/search namespace: the document filter alias, the omnisearch POST variant, and the materialize trigger for the field-value index.
The /v1/search namespace gathers Talonic's document search endpoints under one prefix: a filter route that is an alias of the document filter, an omnisearch POST that runs a global search across documents, fields, sources, and schemas, and a materialize trigger that rebuilds the field-value index powering autocomplete and field-values.
The namespace also hosts
GET /v1/search/autocomplete, GET /v1/search/field-values, and GET /v1/search/saved-filters, documented on their own pages.POST
/v1/search/filterPOST
/v1/search/omnisearchBody parameters
querystringThe search query.
limitintegerMaximum results.
POST
/v1/search/materialize