Interface: SearchIndexConfig<SearchField, FilterFields>
For AI agents: see llms.txt for the complete documentation index. Markdown versions are available by adding .md to a page URL or requesting Accept: text/markdown.
server.SearchIndexConfig
The configuration for a full text search index.
Type parameters
| Name | Type |
|---|---|
SearchField | extends string |
FilterFields | extends string |
Properties
searchField
• searchField: SearchField
The field to index for full text search.
This must be a field of type string.
Defined in
filterFields
• Optional filterFields: FilterFields[]
Additional fields to index for fast filtering when running search queries.