Can't search for ##1 #206889
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. ⭐ |
|
This is a known limitation of GitHub's search, not something you're doing wrong. The search indexer tokenizes on A couple of workarounds until/if this gets addressed: 1. Pull issues via the API/CLI and grep locally — this is the most reliable option for exact matching: (Search for a broader term like 2. Try an external site-restricted search, e.g. on Google: This sometimes preserves substrings that GitHub's own index discards, though it's not fully reliable either since it depends on how the page was crawled/indexed. 3. Vote for/track this as a search bug — since Hope that helps in the meantime! |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Issues
Body
When I search for this among issues for example in the verilator project, I get a looot of issues not containing the sequence ##1,
I tried escaping with bakslash and quotes. How can I do it?
Guidelines
All reactions