In algolia i was having a tags array
tags = ['nice','good','bad','awesome','right choice']
and i was filtering out my data on the basis of array value
suppose if i click on good then it would give me all the docs having tag good
i typese it suggested me to create seprate entry for each tag.
like tag1,tag2,tag3.....
can someone help