[Koha-bugs] [Bug 9588] New: weighted search query with index

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 11 14:46:37 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9588

            Bug ID: 9588
           Summary: weighted search query with index
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Searching
          Assignee: gmcharlt at gmail.com
          Reporter: fridolyn.somers at biblibre.com

When QueryWeightFields is enabled, the searching query is created with several
options.
In C4::Search::_build_weighted_query, when no index is defined, the query is
build with fuzzy and stemming options. When an index is defined, theses options
are missing, only unconditional right truncation is used.
The consequence is that when QueryStemming is disabled, a search with index can
give more results (due to right truncation) that a search without.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list