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>
Wed, 14 Oct 2009 16:19:09 +0000 (18:19 +0200)
commite16a034e9cb6cd67851fa9a0b107ea78f6ba42d7
treeb7df13175299374819365837ffc288ae587fe14b
parent7177a6528abc8a97aade6d5ab0e578c668752dab
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]