Search
Feature: Search
Section titled “Feature: Search”ɳSelf integrates MeiliSearch for fast, typo-tolerant full-text search.
What’s Included
Section titled “What’s Included”| Capability | Description |
|---|---|
| Full-text search | Typo-tolerant search across your data |
| Filters and facets | Filter results by attributes |
| Custom ranking | Configure relevance rules |
| Instant search | Results in milliseconds |
| REST API | Standard MeiliSearch HTTP API |
How to Enable
Section titled “How to Enable”nself service enable searchnself build && nself restartOr set in .env:
SEARCH_ENABLED=trueKey Configuration Variables
Section titled “Key Configuration Variables”| Variable | Description | Default |
|---|---|---|
SEARCH_ENABLED | Enable MeiliSearch | false |
SEARCH_PORT | Internal port | 7700 |
SEARCH_AUTO_INDEX | Auto-create indexes | true |
SEARCH_MASTER_KEY | MeiliSearch master key | Auto-generated |
Connecting to MeiliSearch
Section titled “Connecting to MeiliSearch”Endpoint: https://search.your-domain.comMaster Key: ${SEARCH_MASTER_KEY}Use the MeiliSearch SDK for your language of choice.
Free Search Plugin
Section titled “Free Search Plugin”For extended search features (query analytics, synonym management, advanced faceting), install the free search plugin:
nself plugin install searchSee Also
Section titled “See Also”- plugin-search: search plugin reference
- cmd-service: enable/disable search
- Config-Env-Vars: full env var reference