[Koha-bugs] [Bug 24129] New: Add ability to configure some indexes to not autotruncate

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 27 14:52:57 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24129

            Bug ID: 24129
           Summary: Add ability to configure some indexes to not
                    autotruncate
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: andrew at bywatersolutions.com

To Test:
- Set QueryAutoTruncate to Automatically
- Set search engine to Zebra
- search for sn:1
- Confirm you only get biblionumber 1 in your results
- Set search engine to Elastic
- search for sn:1
- confirm you get bibs 1, 10, 11, 100, etc

Zebra apparently knows to ignore autotruncate for some instances. We should at
least maintain that behavior. It would probably be good to go a step further
and make it configurable per index in our search engine config.

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


More information about the Koha-bugs mailing list