Saved Filters "not in" query

Hi! I’m sorry if this is a dumb question; I’ve been trying to go around it but can’t seem to get to the answer.

I’ve been trying to create a Saved Filter which lists all tasks except for the ones with a specific label. I’ve seen the “not in” operator in the documentation, so I’ve tried:

labels not in Práctica(Práctica being the label I want to filter out.)

However, it didn’t work and gave an error (and it became apparent just before clicking since the “syntax highlighting” didn’t highlight the “not” in not in).

Is there a way to actually do this that doesn’t involve using a labels in <all other labels> query that requires manually adding every new lable I add?

Thanks in advance!

Welcome! :waving_hand:

not in as a filter should work. Which version are you using, and can you reproduce this on the demo?

Thanks for the welcome! <3

Weird! Yeah, It does work in the demo! Demo version appears to be Version: v0.24.1-1254-5acca814, while the version I’m using shows up as: Version: v0.24.6.

Hi! So, I’ve been doing some testing, although sadly it has been unsuccessful. I’ll share it nonetheless:

Tried changing app versions, all through 0.24.0 to 0.24.6(latest one), one by one. It didn’t work. Also tried doing it through the PWA, directly on Safari, and on chrome as well. Still, it did work on the demo which was running on Safari, so I don’t think the browser was the issue. Anyway, no news, but I did try those things out. So apparently it doesn’t have to do with the version itself…

App is running on an Ubuntu 22.04.05 headless server, if that’s worth anything. I’m kinda grasping at straws here, haha

The demo runs on unstable, that means some changes are already in there which are not released as stable:

Hi! Thanks for the clarification. Just ran it on unstable and it does work there!
Don’t know if it was an intended stable feature already or not, but thanks a lot! <3