Finding Phrases Among Any Open Issue in a Given Repository #205534
Replies: 2 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. ⭐ |
|
Hey! Thanks for bringing this up. It sounds like you're looking for a way to search specifically through comments across issues and discussions rather than just searching issue titles/descriptions or opening full threads manually. GitHub actually supports powerful search qualifiers in the search bar right now! Here are a few existing search techniques that might solve what you're trying to do: Search comments within a repository: repo:owner/repository "exact phrase here" is:open Filter by specific author/commenter: repo:owner/repository commenter:username "phrase" In-page issue list search vs. global repo search: |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Issues
Body
I was looking through a rulebook Github, searching for a certain comment unrelated to a while issue, but could not find it. With that information I thought a new issue was merited. However, I could not find the comment, albeit short in length, as users can only search for created issues.
I propose that the search bar used for finding an issue in each different Github page has options for any phrases from any open issue in that repository, phrases that a certain person wrote, in addition to finding an open issue (which is already an option). This would make for easier use of Github when trying to find specific information.
Guidelines
All reactions