Add a natural-language filter to repository search #201532
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. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
This is a fantastic feature request! A native While we wait for GitHub's product team to consider this proposal, here are a few practical workarounds you can use to filter search results by natural language today:
Hopefully, GitHub implements this native qualifier soon! I've upvoted this feedback. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Code Search and Navigation
Body
Add a natural-language filter to repository search
GitHub repository search supports filtering by programming language, but not by the natural language used in repository descriptions, README files, or documentation.
A native filter for documentation language would make repository search significantly more useful, especially for users who want to find projects they can actually read, evaluate, and use.
For example, a new qualifier could look like this:
The exact syntax is only illustrative.
Use cases
The filter could evaluate:
This should remain separate from the existing
language:qualifier, because that filter refers to programming languages such as Python, Rust, or JavaScript.Even approximate language detection would already be useful. It would not need to be perfect to improve search results significantly.
A related discussion, #179316, proposes better support for localized README files. That could help GitHub identify available documentation languages, but it does not provide a way to filter repository search results by those languages.
A separate discussion, #65220, concerns filtering recommendations by programming language. This proposal addresses a different issue: the human language used in repository documentation.
Would GitHub consider adding a natural-language or documentation-language qualifier to repository search?
Beta Was this translation helpful? Give feedback.
All reactions