You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In multi-tenant applications, it’s increasingly common to isolate search indices per account, with each tenant pointing to a separate Meilisearch server (e.g., different host/API key). Currently, meilisearch-rails assumes a globally configured Meilisearch client, which makes this use case hard to support.
We have tried to monkey patch the gem to support this, however it is challenging.
Would you consider adding support for this to the gem?