Please provide an option to save queries. #13630
Answered
by
colinwm
sabandi
asked this question in
Code Search and Navigation
-
|
I often find my myself searching for something within my org codebase and the filtering few repos out of it. This tasks is repetetive and a feature like |
Beta Was this translation helpful? Give feedback.
Answered by
colinwm
Mar 28, 2022
Replies: 1 comment
-
|
I would suggest you create a custom scope for your query. Click on the scopes dropdown, and scroll to the bottom to select custom scope. You can even build a scope using boolean operators like NOT, so e.g.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
colinwm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would suggest you create a custom scope for your query. Click on the scopes dropdown, and scroll to the bottom to select custom scope. You can even build a scope using boolean operators like NOT, so e.g.
org:my_org AND NOT (repo:my_org/tests OR repo:my_org/xyz OR ...)