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 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 (It would be great to have little explanation and/or an example under the Hint and/or Help https://issues.guix.gnu.org/help#search) Cheers Bost