1.0.0-rc.1 · Release Candidate1 min read
Meilisearch Configuration
Configure Meilisearch endpoint, key reference, and derived index namespace for AutoCore.
MEILISEARCH_HOST is optional at schema level, but production requires MEILISEARCH_MASTER_KEY whenever the host is set. Public search can fall back to PostgreSQL when Meilisearch is unavailable or unconfigured.
Index names use the edition search namespace. Search documents remain derived and should be rebuilt from PostgreSQL after restore or index loss.
Verification
Check the health endpoint, authentication reference, index namespace, representative search response, and fallback source indicator. Never publish the endpoint or master key.
Related articles
Environment VariablesSource-verified runtime environment keys grouped by database, application, storage, mail, and provider concerns.Meilisearch RequirementsMeilisearch is a derived search dependency that can be reconciled from PostgreSQL when source-supported.Search and IndexingLearn how AutoCore uses PostgreSQL as truth and Meilisearch as a derived public search projection.