Is it possible to do filter_by that must return re...
# community-help
j
Is it possible to do filter_by that must return results that include all the provided values for tags(string[])? e.g tags:=[a,b,c,d]. I could do tags:=a && tags:=b && tags:=c && tags:=d but it’s not ideal
k
Using AND is the only way to do it.