[Koha-bugs] [Bug 34245] New: Scan index option only works on limited indexes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 10 15:27:43 CEST 2023


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

            Bug ID: 34245
           Summary: Scan index option only works on limited indexes
 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: nick at bywatersolutions.com

Currently in the code, the only indexes in ES that can be used with 'scan' are:
 647 our %scan_field_convert = (
 648     'ti' => 'title',
 649     'au' => 'author',
 650     'su' => 'subject',
 651     'se' => 'title-series',
 652     'pb' => 'publisher',
 653 );


This is not apparent to the end user, and causes confusion. We need to broaden
support, or limit the displayed list of options for 'scan indexes'

-- 
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