Advanced Search for Issues Public Preview #148716
Replies: 18 comments 35 replies
|
When will this be coming to Projects? |
|
Is there (or will there be) a way to use nested queries to filter based on properties of related issues? For example if I want to search for "open sub-issues where the parent issue is assigned to me". Or "issues which have a sub-issue with the blocked label". |
|
would it be possible to set the default search/sort? I prefer Also: the "clear filter" button doesn't clear - it reverts to the default |
|
This is really nice so far, but I have small request: could you add a trailing space after the default search query? The majority of the time that I go to search the issues I want to add to the default search, but if I just select the box and start typing it gets attached to the |
|
|
I've ran into a bug when adding and removing label filter. Here are steps to reproduce: Search for issues, for example: Choose a label to filter only must have issues: Remove the label filter by clicking in the label menu: No issues are shown and an extra |
|
Is it possible to set the default type in the repo ? For example, for the bug template in here .github/ISSUE_TEMPLATE/bug_report.md ? If yes, how ? |
|
Posted this in #148713, but looks like this is the better place: Found a bug: If I use a URL to go to an issue search URL formatted like |
|
"Ascending" search by reactions is incorrectly marked as an invalid filter |
|
Excluding a quoted string from an issue search appears to have broken today. Yesterday, a search such as |
|
👋 Hey folks, I'm trying to search for merged PRs across two organizations by doing Is this advanced search limited to just issues specifically? Or is the OR operator not implemented for |
If this is not in the API, what is the repalcement for Search issues and pull requests which is listed as deprecated? |
|
We released support for issues advanced search in GraphQL and the REST API 🚀 Check out the changelog and let us know your feedback! |
|
This is peripherally related to the sub-issues. Are there plans to introduce a filter to view only parent issues? |
|
I use the generic "Issues" list a lot to filter / search / browse, and it's showing Would be great to add the types here (ie bug/enhancement/task/...) |
|
It would be super helpful to have an easy way to filter by open/close/update dates. I always have to look up syntax or edit previously made links. |








Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Feedback wanted
Thank you for participating in the advanced search for issues public preview. Please leave your feedback below on what is working well, any bugs you encounter, and what else you’d like to see!
To provide your feedback on other experiences released at the same time, please visit:
Writing advanced searches
From the repository Issues page, you can now build advanced queries using the
ANDandORkeywords, as well as nested queries using parentheses up to 5 layers deep. Here is the existing search syntax documentation for reference.This search allows you to find issues that are either bugs or have high priority.
This search allows you to find issues that were created in the last week that are either bugs or tasks, or medium priority ones you've authored.
Things to note
repo,org, anduserfields currently function asORfilters when a space is included between them, rather than anANDsearch as it works for other fields. These fields are not yet supported in nested queries.Closing Discussion Notice
As we've shipped the GA for Issues today, we are closing this discussion. Please direct all Issues and Projects feedback in the Evolving GitHub Issues and Projects (GA) discussion. Thank you!
All reactions