]> git.koha-community.org Git - koha.git/commit
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 Nighswonger <chris.nighswonger@gmail.com>
Wed, 17 Nov 2010 06:01:21 +0000 (01:01 -0500)
commitf50c566b88f9b5e5dac79e3381be58c9ac9f52aa
tree4b99f47a0ff8938b7373c93c59bf803392522f8e
parent250ecc9bc82ef32c0c2497c3a1d2cf6516043e3c
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>
(cherry picked from commit b97c4dba7a183e826ac8c1b37d0261f0327f12c2)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Search.pm