Hi Nicolas and Bost,
Sorry for the extremely late reply. >>> 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 seems to crash mumi. I have registered a bug report. https://issues.guix.gnu.org/76794 For your immediate purposes though, "tag:easy AND NOT is:closed" should work. https://issues.guix.gnu.org/search?query=tag%3Aeasy+AND+NOT+is%3Adone "(is:closed or is:done)" is the same as simply "is:done". The query parser treats "is:closed" and "is:done" as aliases. >> 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) I'm happy to improve the Hint message. Could you write up some text to be added to it? This help page at https://issues.guix.gnu.org/help#search should also be improved. Happy to accept contributions there as well. Regards, Arun