Skip to main content

Search Endpoints

The search namespace: a filter alias, the omnisearch POST, and the materialize trigger that rebuilds the field-value index.

The /v1/search namespace gathers the document filter, omnisearch, and the materialization trigger under one prefix. The filter route is an alias of the document filter, omnisearch runs a global search across documents, fields, sources, and schemas, and materialize rebuilds the field-value index that powers autocomplete and field-values.

POST/v1/search/filter
POST/v1/search/omnisearch
POST/v1/search/materialize