@radzor/search-index
Full-text search with facets, filters, and typo-tolerance. Supports Meilisearch and Typesense. Handles indexing, real-time updates, relevance tuning, and instant search queries.
Install
View source on GitHub →Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| provider* | 'meilisearch' | 'typesense' | — | Search provider. |
| host* | string | — | Search server host URL (e.g. http://localhost:7700). |
| apiKey* | string | — | Admin or search-only API key.MEILISEARCH_KEY |
| indexName* | string | — | Index / collection name to operate on. |
| searchableFields | string[] | — | Fields to index for full-text search. |
| filterableFields | string[] | — |