Search filters is:issue and is:pr are not working anymore
#190878
-
🏷️ Discussion TypeBug 💬 Feature/Topic AreaCode Search and Navigation BodyI used to search This would return issues and PRs together, sorted by activity. Since today it only returns issues 😕 |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 7 replies
-
|
💬 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’re not doing anything wrong — this looks like a recent change in how GitHub handles search/filtering on the Issues page. What’s happening now is:
So yeah, your old workflow ( Workarounds
TL;DRGitHub changed the behavior — the Issues page is now strictly issues, so combining issues + PRs there isn’t supported anymore. Global search is the closest replacement for your old workflow. |
Beta Was this translation helpful? Give feedback.
-
|
I like to use a combined list of issues + prs to keep up with new activity as well. The UX if global search doesn't even come close. It's meant for a different purpose. So this is not a suitable alternative. I hope this gets restored and doesn't end up enshittificating the UX. |
Beta Was this translation helpful? Give feedback.
-
|
I can confirm I have a few |
Beta Was this translation helpful? Give feedback.
-
|
Hi @andrei-lazarov, I ran into this same change recently. You’re not alone — it’s a recent UI update that separates issues and PRs by default, but the unified view still exists. How to Get Back the Unified View (Issues + PRs Sorted by Updated)Use the For your example, change: to: If you want all (open + closed) together, use: Why This HappenedGitHub recently started defaulting the This change hasn’t been widely documented yet — it’s part of the gradual rollout of the new issues/PRs navigation. One More TipIf you want to quickly toggle between open issues, open PRs, and the combined view, you can use the new “Filters” dropdown on the issues page. But for a permanent bookmark, the Let me know if you’d like help creating a saved search or bookmark that keeps this behavior! |
Beta Was this translation helpful? Give feedback.
-
|
Hello from the GitHub Issues product team! Thanks @andrei-lazarov for reporting this. I wanted to let you know that the team is looking into this and I'll keep you posted on the outcome of our investigation |
Beta Was this translation helpful? Give feedback.
-
|
I also used to have saved views in the issue tab for PRs I hadn't reviewed in a series of repos, in order to be able to see, at a glace, all the open PRs without a review from me across repos. If there was a way to save views in the PR tab... perfect. but without this possibility, at least let us do this in the issue as it was possible before, please. |
Beta Was this translation helpful? Give feedback.
Follow-up from the engineering team 👋 We've identified a bug in our search logic that led to PRs not showing up in certain scenarios. The team just enabled a mitigation and PRs should now show up again. Apologies for the disruption!