sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
276 stars 14 forks source link

Exact search in Locations and Files #1944

Open VulumeCode opened 4 months ago

VulumeCode commented 4 months ago

Problem description

Our company has a lot of branches with a naming convention. Because of the fuzzy search in Locations, I get a lot of false matches when I search for a tag.

Preferred solution

Allow exact search by using quotes (i.e. "-tag"). Quotes aren't legal in branch names or paths, so there is no confusion.

Alternatives

An option to disable the fuzzy search.