Organizr features massive global pull request search performance improvements for larger instances with lots of pull requests.
We have fundamentally changed the way pull requests are searched for.
Pull requests are indexed via existing elastic-search by title, description, project, label, due-date, author, reviewers, target branches, state etc.
Search for Pull Requests like
project = MY_PROJ & target = develop, master & text = "annoying client" & label IN [urgent, release]
Enabling Organizr Indexing
Pull Request Indexing needs to be enabled in Bitbucket admin > Organizr configuration. Perform a re-index after enabling.