To find all .js file in my project, I tried as described in https://confluence.atlassian.com/bitbucket/search-873876782.html#Search-multiple-modifiers but without specifing a file content.
ext:js project:myProject
The above command is not giving any result. If I add a file content it works:
ext:js project:myProject my_content
Found matches in 4 files
Can anyone help me how to find all the files with matching extention (.js) without looking for any file content?
I simply expect a command works like *.js
Thanks!