Organizr enhanced search – so much faster now!
Organizr for Bitbucket v3.1.0 features massive performance improvements for larger instances with lots of pull requests.
We have fundamentally changed the way pull requests are searched for. Organizr no longer sifts through an endless pull request list (in larger instances) and filters out the ones that match the search query. Now Organizr generates an initial list based on one of the search query terms and then if multiple terms are specified, filters on the base-list. Much faster!
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.