Hello everyone,
We are using Bitbucket DataCenter version in our on-premise env. In order to be able to have search capability in our source codes, our Bitbucket has been integrated with ElasticSearch. The issue is that the search does not find any result in branches except "main". it seems to be a limitation on how bitbucket handles indexing and from what we understand, bitbucket can only index the main branche for the repos.
We are looking for a solution or workaround to index the code/content which is in other branches. From a dev perspective, we must be able to search all branches for one repo not only main one!