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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
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/

Reply via email to