search: use exact branch matching for zoekt symbol search
Created by: keegancsmith
We introduced RepoBranches to allow us to specify exact branches to search. Previously the use of Branch could match more branches since the Pattern will match any indexed branch name containing it.
Fixes https://github.com/sourcegraph/sourcegraph/issues/10593