4074 Bugfix: The 'Subject(s)' link(s) are malformed resulting in no search results
authorChris Nighswonger <cnighswonger@foundations.edu>
Tue, 2 Feb 2010 04:18:09 +0000 (23:18 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 2 Feb 2010 23:48:42 +0000 (18:48 -0500)
commiteb6b10f8c91cfd06fe4a5e981c1d28e31271bc56
tree1b7c4e7654c9be1dc3db446c837c8454ea6d35de
parent7e3e572436a60c92f31ff55c0d78de512c311a9a
4074 Bugfix: The 'Subject(s)' link(s) are malformed resulting in no search results

This bug was introduced by commit d51332698b2cce43542a58e53fd916df99329158
which removed the inability to do a search on anything contianing a colon (:).

This patch expands the regexp to only normalize true limit operators and leave
all other colons (:) intact.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Search.pm