I’ve noticed that the algoliasearch-django
package is requiring an older version of the algoliasearch
python library, so when following the documentation for generating a secured key doesn’t work.
I’m building an app where data from multiple companies are stored in the same database. I want to create a secured API key that will always limit a search to results for the current company. I have a company_id
attribute set on my index, so how do I build the queryParameters for the client.generate_secured_api_key
method in the version 1 library?