Org wide path searches (with regex) do not return a list of all of the org's results #10039
Unanswered
n-hebert
asked this question in
Code Search and Navigation
Replies: 1 comment 8 replies
-
Generally, if you end up directly in a file it means that is the only result that was found. If you know there is more than one result, then we would probably need a more concrete example so that we could reproduce it. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I do a search like
org:my-org path:my-path.txt /regex.* [0-9]/
, I expect to see a list of all of the files in the org that fit the path spec and the regex.Instead, it seems to filter down to the first repository (alphabetically) that matches the search.
I want to see small snippets of all of the hits across the org, not just immediately be dumped into one file.
Is this expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions