Skip to content

Commit aa35a9f

Browse files
author
Dylan Hardison
committed
Bug 1274139 - QuickSearch: searching for text containing colons no longer works
1 parent 3808736 commit aa35a9f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Bugzilla/Search/Quicksearch.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ sub _parse_line {
306306

307307
# only treat ' at the start or end of words as quotes
308308
# it's easier to do this in reverse with regexes
309-
$line =~ s/(\w+[:=<>!])(\s+)/'$1'$2/g;
310309
$line =~ s/(^|\s|:)'/$1\001/g;
311310
$line =~ s/'($|\s)/\001$1/g;
312311
$line =~ s/\\?'/\000/g;

0 commit comments

Comments
 (0)