Meilisearch-specific runtime entrypoints for Scrypath.
Scrypath.* remains the common path for sync and the stable search happy path.
This namespace is the explicit escape hatch for Meilisearch-native behavior that
should stay visible instead of being tunneled through generic options.
Use Scrypath.search/3 for text plus validated filter:, sort:, page:,
and optional explicit hydration through repo:. Use Scrypath.Meilisearch.search/3
when you need native Meilisearch payloads that do not belong on the common path.
Summary
Functions
Run a native Meilisearch search request against either the live index or an explicit target/index override.