docs(search prs): mention advanced issue search syntax support

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-09-08 18:37:37 +01:00
parent cc60d9c3fa
commit 2c08f20c33
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -39,9 +39,9 @@ func NewCmdPrs(f *cmdutil.Factory, runF func(*shared.IssuesOptions) error) *cobr
GitHub search syntax is documented at:
<https://docs.github.com/search-github/searching-on-github/searching-issues-and-pull-requests>
When runs against %[1]sgithub.com%[1]s or GHE versions newer than 3.17.x,
the command performs advanced issue search. The advanced syntax is documented at:
<https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more>
On supported GitHub hosts, advanced issue search syntax can be used in the
%[1]s--search%[1]s query. For more information about advanced issue search, see:
<https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests#building-advanced-filters-for-issues>
For more information on handling search queries containing a hyphen, run %[1]sgh search --help%[1]s.
`, "`"),