Hi, On 8/11/24 14:11, Rostislav Svoboda wrote: > Hello, > > > I've tried to do some bug/patch triage yesterday and marked a bunch of > > patches as "easy" > > How well does mumi, the issue tracker, support predicates? > > This does not work: 'tag:easy AND (NOT (is:closed OR is:done))' > https://issues.guix.gnu.org/search?query=tag%3Aeasy+AND+%28NOT+%28is%3Aclosed+OR+is%3Adone%29%29 Isn't this the same as requesting open issues tagged "easy"? Because, if I understand correctly, that is done by typing «tag:easy is:open» (without the quotes): https://issues.guix.gnu.org/search?query=is%3Aopen+tag%3Aeasy > This works: 'tag:easy AND (is:closed OR > is:done)'https://issues.guix.gnu.org/search?query=tag%3Aeasy+AND+%28is%3Aclosed+OR+is%3Adone%29 And this would be «tag:easy is:closed» (I think closed and done are the same): https://issues.guix.gnu.org/search?query=tag%3Aeasy+is%3Aclosed