Bug 4074 Fix fail to parse simple qualified search
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 17 Nov 2010 00:33:38 +0000 (19:33 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 17 Nov 2010 04:03:04 +0000 (17:03 +1300)
commitb97c4dba7a183e826ac8c1b37d0261f0327f12c2
treebf7cc1a1dd86c71bd391ae6320361d54da4b5cc8
parent0fa9ade9ffb48c10db40c0789fa5f5509ec63082
Bug 4074 Fix fail to parse simple qualified search

Searches such as au,phr and kw,wrdl were passing through the regexes
that should replace colon with equals
add wrdl and phr
use trn so not just rtrn is spotted
Where we were checking for multiple spaces specify that in the
regex not just two spaces

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Search.pm