Example:
- I have a project called 'farm' that contains repositories 'redcow, bluecow, redgoat, bluegoat'.
- I have a browser navigated to the 'farm' project.
- When I enter 'red' in the 'Filter repositories by name' search box, then 'redcow' and 'redgoat' are shown.
- When I enter 'cow' in the 'Filter repositories by name' search box, no repositories are listed.
I noted that https://confluence.atlassian.com/bitbucketserver0610/search-for-code-in-bitbucket-server-989761414.html states that 'Wildcard searches (e.g. qu?ck buil*
) are not supported.' Does this mean that I am unable to search for the suffix of a repository name?
(Environment: Bitbucket Datacenter and Server 6.10)