تخطَّ إلى المحتوى

Search

هذا المحتوى غير متوفر بلغتك بعد.

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

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
Terminal window
nself service enable search
nself build && nself restart

Or set in .env:

SEARCH_ENABLED=true
VariableDescriptionDefault
SEARCH_ENABLEDEnable MeiliSearchfalse
SEARCH_PORTInternal port7700
SEARCH_AUTO_INDEXAuto-create indexestrue
SEARCH_MASTER_KEYMeiliSearch master keyAuto-generated
Endpoint: https://search.your-domain.com
Master Key: ${SEARCH_MASTER_KEY}

Use the MeiliSearch SDK for your language of choice.

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

Terminal window
nself plugin install search

Home | _Sidebar