Algolia User-restricted access to data – How to restrict Search-Only API so it doesn’t allow searching index?
I’m trying to follow this guide about User-restricted access to data.
Should I use a separate algolia index for each product category?
I’m setting up a web store, storing the products in Algolia, and interacting with it via PHP and JS. I’m struggling to understand what the best configuration would be.
Algolia search: User-specific search results, based on purchase history, combined with result filtering
I have an index (products
) of all our available products. These products all have unique groups of attributes (like, size, or color, etc).
How to return nothing when performing empty search on Algolia index?
I know the default behavior is to return all of the records if an empty string is passed when performing a search, but I want to do the opposite: return no records.