https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20151
Bug ID: 20151
Summary: Search is broken when stemming has no language
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Searching
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
When stemming is enable in catalog searching,
C4::Search::_build_stemmed_operand will transform operand into stemmed operand
using stemmer Lingua::Stem::Snowball with a specified language.
This stemmer returns undef is no language is defined.
In classic catalog search, current language is used.
But in other pages acqui/neworderbiblio.pl and cataloguing/addbooks.pl no
language is defined so operand is empty.
Any search returns entire catalog.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/