Babak K. Shandiz
cc60d9c3fa
docs(search issues): mention advanced issue search syntax support
...
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-09-08 18:37:17 +01:00
Babak K. Shandiz
87bd76c5aa
docs: add cleanup/future TODO marks for advanced issue search changes
...
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-09-01 13:55:49 +01:00
Babak K. Shandiz
99daa74b00
docs(search issues): mention advanced issue search takeover
...
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-08-31 15:35:17 +01:00
Sukh
6e400eb4a1
docs(search): move search syntax note to gh search --help
2025-08-02 03:01:40 -04:00
Sukh
dd0a0b3045
docs(search): add reference to gh help search
2025-07-25 19:55:23 -04:00
Sukh
45876eddc2
docs(search): add note for exclusion search syntax
2025-07-25 17:03:33 -04:00
Azeem Sajid
33c30d5bd1
Inconsistent format of examples in help text
2025-02-27 16:26:25 +05:00
Tyler McGoffin
c838da9ee1
Update gh search issues --project flag doc to specify owner/number syntax
...
There are no code changes required to make this work. I added a test
specifying `<owner>/<number>` and nothing failed. Any syntax issues are
returned by the api with a generic message:
```
Invalid search query "project:\"<string>\" type:issue".
An invalid project was specified.
```
This, combined with the updated docstring, should be sufficient for users
to troubleshoot any issues with the `--project` flag syntax
2024-08-12 14:51:27 -07:00
Yukai Chou
d7b8ecf33d
Unify use of tab indent in non-test source files
...
Found with
rg '(^ | \t|\t )' -g '*.go' -g '!*_test.go'
Mixed indent exceptions:
- wrapped long list items with extra 2-space indent
- code snippets using space indent
- commented code lines having "\t*// \t+" prefix
2024-08-03 00:35:30 +08:00
Stuart Leitch
cfd2d645b2
Clarify helptext for gh search issues and gh search repos regarding archived repos
2024-02-29 22:38:55 +00:00
Kousik Mitra
7ee35e43cc
Enable owner flag to take multiple values for searching
2023-04-12 10:37:09 +05:30
Kenichi Kocha
89caedf181
Add -R as shorthand of --repo flag for search commands ( #7274 )
2023-04-07 17:41:51 +10:00
Sam Coe
ebbf2ac096
Fix owner qualifier for search queries ( #5693 )
2022-05-23 13:00:32 +00:00
Damien Sedgwick
b24e4c09d9
Fix: 5501 - Added examples of negated qualifiers to search commands ( #5562 )
2022-05-03 07:48:24 +00:00
Håvard Anda Estensen
58cb773e09
Replace ioutil with io and os ( #5498 )
2022-04-26 13:07:44 +02:00
Sam Coe
6fbe6d9c20
Add ability to filter issue and pr searches by app ( #5370 )
2022-03-29 21:58:29 +02:00
Sam Coe
ee6fc0f9b7
Add search issues and search pull requests commands ( #5334 )
2022-03-27 19:53:03 +00:00