Hey guys!
I am trying to search through an index of supermarket items, each item has a unique category and a unique store firebase reference in the table and I have indexed all 3 attributes in Algolia. However, in Flutterflow I can only send in one search term which is the search phrase in a text field. How do I pass in more than 1 variable to the search API so it can search for "bread" from the "bakery" category at the "Seattle" store?
Basically I want to do the search + filter on the search engine instead of receiving a much larger than required search result and doing the filtering in the UI which is what I am doing now in my listview. Do I need to write a custom function to call the Algolia API with these additional parameters?
Regards
Shri