[Koha-bugs] [Bug 9961] New: Truncation and QueryAutoTruncate not working properly with new QueryParser

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Mar 31 22:24:50 CEST 2013


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

            Bug ID: 9961
           Summary: Truncation and QueryAutoTruncate not working properly
                    with new QueryParser
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Searching
          Assignee: gmcharlt at gmail.com
          Reporter: katrin.fischer at bsz-bw.de
                CC: jcamins at cpbibliography.com

I did some tests while working on bug 7518 and found that truncation seems not
to work correctly when QueryParser is activated:

START CONFIGURATION:
Chr
UseQueryParser      Try
QueryAutoTruncate   only if * is added
QueryFuzzy          Try
QueryStemming       Try
QueryWeightFields   Enable

TESTS:
1) NOT OK
Keyword Geschichte  1236
Keyword Gesch*      No results found!
Keyword Gesch       No results found!

2) OK
UseQueryParser      Do not try
Keyword Geschichte  1236
Keyword Gesch*      1372
Keyword Gesch       1379

3) NOT OK
UseQueryParser      Try
QueryAutoTruncate   automatically
Keyword Geschichte  1236
Keyword Gesch*      No results found!
Keyword Gesch       No results found!

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


More information about the Koha-bugs mailing list