nvm, I figured out the problem. I was adding the f...
# community-help
ó
nvm, I figured out the problem. I was adding the filters as
$favorites(field1:=filter1)&&$favorites(field2:=filter2)
which performs two left joins (as it should). So it's working fine, it's an user error xD
🙌🏼 1