add wildcard search over repositories #47292
Replies: 6 comments 2 replies
-
We plan to implement this, but haven't gotten to it yet. For now, you can search a list of repositories by joining them with
Interesting idea! Can you write more about how you would expect this to work? |
Beta Was this translation helpful? Give feedback.
-
|
impossibility to use wildcards in searches is really debilitating - at least to people comfortable with returns 3 PRs, OK. return anything. Do you really want us to resort to using web search engines? |
Beta Was this translation helpful? Give feedback.
-
|
@look - any update on this? For enterprise org owners, the inability to use wildcards in repo/team search boxes is quite debilitating. I have resort to API and that is slow and cumbersome at most. If this feature is in development, is there a timeline for production roll out? |
Beta Was this translation helpful? Give feedback.
-
|
bump |
Beta Was this translation helpful? Give feedback.
-
|
💬 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.
-
|
You actually can use wildcards on the web UI, through regex, and it's super easy to accomplish. I just tested these again in a new window, even tho I use them from time to time. Using wildcards on GitHub: However, I found that this often is like searching for a needle in a haystack. I found, if I know any terms or code that I expect to be on the same line as the term im hoping to find, this helps narrow that down significantly. Narrowing it down: For example, I used the above when searching through router and modem code looking for nvram debug settings. This is what that search looked like, and again this is on the GitHub.com.
cc @svanimisetti - Was trying to quote you directly and it wanted to create a nested thread. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
Hello,
Is there any way to include wildcard searches over repositories.
for example
*{some string match} e.g want to see all repos that contain the string 'works'.
?{some character}
and, option for proximity searching...
e.g what other repos on github outside of the organization are about solving the same problem or have similar project basis....maybe include three degrees of separation...morelikethis repo...
Beta Was this translation helpful? Give feedback.
All reactions