Skip to main content

Search

Search — ɳSelf documentation.

Feature: Search

ɳSelf integrates MeiliSearch for fast, typo-tolerant full-text search.

What’s Included

CapabilityDescription
Full-text searchTypo-tolerant search across your data
Filters and facetsFilter results by attributes
Custom rankingConfigure relevance rules
Instant searchResults in milliseconds
REST APIStandard MeiliSearch HTTP API

How to Enable

nself service enable search
nself build && nself restart

Or set in .env:

SEARCH_ENABLED=true

Key Configuration Variables

VariableDescriptionDefault
SEARCH_ENABLEDEnable MeiliSearchfalse
SEARCH_PORTInternal port7700
SEARCH_AUTO_INDEXAuto-create indexestrue
SEARCH_MASTER_KEYMeiliSearch master keyAuto-generated

Connecting to MeiliSearch

Endpoint: https://search.your-domain.com
Master Key: ${SEARCH_MASTER_KEY}

Use the MeiliSearch SDK for your language of choice.

Free Search Plugin

For extended search features (query analytics, synonym management, advanced faceting), install the free search plugin:

nself plugin install search

See Also