When I search BitBucket from my repo, it auto-populates the search terms correctly, such as:
project:PRJ repo:this-repo searchterm
BitBucket correctly identifies the repo I want to search by listing it in bold below the search bar and to the left of the "Search Everywhere" link. However, it does not return any results. I've found that other repositories are searched fine if they do not include any characters that are stripped from BitBucket's search terms, e.g. this_other_repo would work fine.
I'm unfortunately not in any position to rename this repo. How would one go about searching a repo that includes a dash in its name? Via escaping the character, altering the search terms, or any other method.