Bug report: filename qualifier isn't working #9492
Answered
by
gorzell
Avivhdr
asked this question in
Code Search and Navigation
-
filename qualifier isn't working |
Beta Was this translation helpful? Give feedback.
Answered by
gorzell
Jan 4, 2022
Replies: 1 comment 1 reply
-
I think you have run into a couple of different issues here, the first is that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gorzell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you have run into a couple of different issues here, the first is that
filename
isn't a supported qualifier in the new search (as the error notes). You can find the supported qualifiers on the syntax page, and the one that you want ispath
. Next, globs patterns are also not supported, so you will need to use regex syntax instead. So the search you gave above should actually beorg:tesla path:/.*gitignore.*/
.