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
Is your feature request related to a problem? Please describe.
I have user restricted data in my indexes but the only way to access it is using a secured API key.
But actually the searchClient is created via useAlgoliaRef() that use the global search key.
Describe the solution you'd like
I need a way to pass the apiKey to the useAlgoliaRef() composable
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have user restricted data in my indexes but the only way to access it is using a secured API key.
But actually the searchClient is created via useAlgoliaRef() that use the global search key.
Describe the solution you'd like
I need a way to pass the apiKey to the useAlgoliaRef() composable
The text was updated successfully, but these errors were encountered: