Can't use labels in saved filters

I am trying to create a saved filter to filter done = false && labels in wf I also tried wf in labels, but I can’t figure out how to filter by label, nothing seems to be allowed.

If I try labels in wf, once I get to “in”, it won’t let me type anymore.
Having an example using labels in the saved filters examples would be nice as it isn’t very intuitive.

Will be fixed in Fix filter labels by Saxos-Simone · Pull Request #1333 · go-vikunja/vikunja · GitHub

You know when this will be live? I see the docker image was updated 4 hours ago, but it still does it.s

You can use an unstable build to see the changes.

Ok, unstable allows me to use “in” clause.

But this doesn’t limit it to “wf” (waiting for) tag.

labels in wf && done = false

I removed done as well to see if it is something to do with &&.

I’ve seen a few updates, but unstable still cannot filter by labels. You can now add the IN clause to a filter, but it doesn’t do anything.

I assume this is the same as V1.0.0-rc1 can not create filter with "in" operator - #13 by rocco

Nevermind, it does fix it.
I didn’t even notice this feature which was causing it to show everything.

Thanks!