Feature Request: Limiting Results based on owner type #116817
Unanswered
avivkeller
asked this question in
Repositories
Replies: 3 comments 1 reply
This comment was marked as spam.
This comment was marked as spam.
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I think it will be a reasonable and useful feature to have. I really appreciate if it gets added |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to propose an enhancement to GitHub's search functionality that I believe could significantly improve the way users find repositories and other items on the platform. The addition of a new search parameter,
owned_by, could offer a more tailored search experience by allowing users to filter search results based on the owner type of the repositories or items.New Search Parameter:
owned_byOptions:
organization: Limits search results to items owned by GitHub organizations.user: Filters search results to items owned by individual GitHub users.pro_user: Focuses search results on items owned by GitHub Pro users, catering to those looking for more professional or advanced projects.Use Cases:
User-Owned Content:
A user interested in finding beginner-friendly HTML projects could use the query
language:HTML owned_by:user "Hello World". This would return HTML files containing 'Hello World', specifically owned by individual users, likely to include personal or smaller-scale projects.Organization-Owned Content:
Conversely, someone looking for more established or collaborative HTML projects could use
language:HTML owned_by:organization "Hello World". This search would yield HTML files containing 'Hello World' that are owned by organizations, potentially indicating more structured or community-backed projects.Note
Format improved via the comment by @giovannivicentin
Beta Was this translation helpful? Give feedback.
All reactions