We are currently getting inconsistent results when searching using 'search for code'.
The phrase we are trying to search for is 'BPCS'. When searching on this we find no results. The problem is related searches do find data.
search for...
'BPC' returns results
'BPCS' no results returned
'BPCSE' no results returned
'BPCSED' no results returned
'BPCSEDI' returns results
We have found the limitations of the bitbucket search and this does not appear to be in any of those rules.
master
).qu?ck buil*
) are not supported.!"#$%&'()*+,-/:;<=>?@[\]^`{|}~
Only code you have permission to view will appear in the search results.
Any thoughts would be appreciated.
Hello @Matt Van Laanen ,
and welcome to the Community!
It seems you're being affected by a known bug in the platform where Code search does not consistently returns the expected results. This has been already reported to our engineering team and they are actively working on a solution:
I'd encourage you to add your Vote to the bug ticket to give it traction, and also mark yourself as a Watcher to be notified of any future updates.
While the bug is not fixed, as an alternative you can search your code base locally using git grep command:
git grep hello $(git rev-list --all)
Thank you, @Matt Van Laanen !
Patrik S
appreciate the info. thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.