Replies: 4 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Hi @habibanadeemhere, 🔍 GitHub search only supports: NOT logic using a minus (e.g., -label:bug excludes PRs with that label). ✅ Workarounds: First: is:pr is:open label:bug Then: is:pr is:open label:enhancement Use GitHub REST API or GraphQL to script a search combining results with OR logic. Vote or suggest this feature on GitHub Feedback — many developers would benefit from advanced query support. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
I was struggling today when trying apply the filtering for issues also to pull requests, which now supports parentheses and logical operators as described in the docs.
I then found out that those filters work when searching for issues in https://github.com/issues/ but they don't work on https://github.com/pulls which surprised me and lead to some wasted time on my side.
I then found that I can search in issues view with
is:pr
still I think this is a workaround. The same syntax should work in the second view as well.Beta Was this translation helpful? Give feedback.
All reactions