Hi, I have an array in Algolia that has a list of text, set up as ‘filter only’ in the Attributes for faceting.
I’d like to pass an array to Algolia and cross compare the lists. Is this possible? I’ve seen some hacky answers on SO from years ago (Algolia: Filter Index by string array attribute with a string array of possible values - Stack Overflow).
Example:
INDEX:
Item 1: Array[A,B,C,D]
Item 2: Array[C,E,F,G]
Item 3: Array[B,H,I]
FILTER: Array[B,H]
RESULT: Item 1, Item 2