Skip to content

search: use exact branch matching for zoekt symbol search

Administrator requested to merge k/symbol-branch into master

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

Merge request reports

Loading