I know I can exclude one author by -author:someone
, but it looks like excluding 2 authors doesn't work: -author:user1 -author:user2
. The result will include the user2
.
I read GitHub search syntax doc but could find a solution.
Is there a way to exclude 2 authors at the same time?