Hi everyone, I’m trying to fetch posts via API filtering by multiple tags via cURL, but I get the error “Error parsing filter” when using multiple tags with
&filter=tags:[tag1+tag2] #I need both tags to be present
If I use comma separation like [tag1,tag2] it works correctly by I need a AND operator and not OR.
Is anyone able to point me in the right direction?
Thanks!