Joe Atzberger a écrit :
>
>     + require Lingua::Stem::Snowball;
>     ...
>     +  'Lingua::Stem::Snowball'           => 0.952, # optional
>
>
> It doesn't look optional if Search.pm requires it.
> --Joe
As it is now,
without
if $C4::Context->preference("QueryStemming"){
require Lingua::Stem::Snowball;
}

It is not optional.
But if it was encapsulated into an if then it would become optional, 
which would be better than making it mandatory.
-- 
Henri-Damien LAURENT
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to