Need help with Algolia Native plugin in bubble.
I have two objects named Product and Store.
Each product has one store referenced in it.
My products are loaded on a page whose data type is store.
On using search with algolia, i’m able to get suggestions but I want suggestions of only those products whose store=current page’s store.
How can I do this using facets or without facets?