You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
I think the issue here is that the negative operator is not recognized at all and the term is just discarded; -is:draft returns pretty much everything as if you'd done an empty search. In other words I don't thing the results are "weird" so much as we have no way to search for things that are not a draft. We have is:open and is:closed, but no opposite of is:draft.
I'm playing around with
is:draft
in combination with other filters likeis:open
, and I am getting very mixed results.is:open is:draft
is different fromis:draft is:open
.is:open is:draft
andis:open -is:draft
return open and closed PRs. They should only return open PRs?In some cases, the "open" count seems correct, but the results list is definitely not correct. E.g.
The text was updated successfully, but these errors were encountered: