[Koha-bugs] [Bug 24428] New: Elastic search index does not contain consistent item information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 15 15:57:37 CET 2020


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

            Bug ID: 24428
           Summary: Elastic search index does not contain consistent item
                    information
 Change sponsored?: ---
           Product: Koha
           Version: 18.11
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: david.holoshka at ub.lu.se

Probably when catmandu was removed from the indexing process the item
information organization was lost.  

For example whenever there is more than a one copy of an item any item's
missing information is just omitted from the es array - no place holder is
used.  Previously the 3rd item's information was always found in the 3 position
in the items fields now this can no longer be assumed because if item 1 or 2 is
missing data for this field then the 3rd item's information is placed in either
position 1 or 2. 

This means that es can not be used to extract item information extra database
look ups are required.

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