]> git.koha-community.org Git - koha.git/commit
Remove Stopwords bug fixing
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Fri, 9 Oct 2009 09:48:14 +0000 (11:48 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Fri, 9 Oct 2009 10:11:32 +0000 (12:11 +0200)
commit4746f6366c72f8428269ad3aa84c773a25bbcb54
tree8bb234391cf1e4c584a7eb9acdec44907bfbef82
parentc4b1d7e6aede82ece27674b171064fffc463b7c6
Remove Stopwords bug fixing

in french, les is a stopword

Modèles would match because of the combining and \P{IsAlnum} would not detect that.
C4/Search.pm
t/db_dependent/Search.t [new file with mode: 0644]