raw_search(YourModel, 'yourQuery', params) method.
It retrieves the raw JSON answer from the API, and accepts any
search parameters.
Python
How to search Algolia indices from a Django app.
raw_search(YourModel, 'yourQuery', params) method.
It retrieves the raw JSON answer from the API, and accepts any
search parameters.