Join Slack
Powered by
Is it possible to do filter_by that must return re...
# community-help
j
JinW
10/20/2021, 9:21 AM
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
Kishore Nallan
10/20/2021, 2:34 PM
Using AND is the only way to do it.
Open in Slack
Previous
Next