Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
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