host and apiKey are passed straight through to the driver's
new MeiliSearch(...). Pass client to inject an already-built client
instance (used in tests and when the caller wants full control over driver
configuration); when present, host/apiKey are ignored.
Connection options for
MeilisearchStore.hostandapiKeyare passed straight through to the driver'snew MeiliSearch(...). Passclientto inject an already-built client instance (used in tests and when the caller wants full control over driver configuration); when present,host/apiKeyare ignored.