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 11:31:24 +0000 (13:31 +0200)
commit498821eaee64965be6477deef9457d5e357fbd3d
tree8bb234391cf1e4c584a7eb9acdec44907bfbef82
parent057fa1ac240e75e23e4f3cfc6486adb8272eb213
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]