[Koha-bugs] [Bug 22339] New: Elasticsearch - fixed field mappings should match MARC ranges

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 14 14:27:27 CET 2019


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

            Bug ID: 22339
           Summary: Elasticsearch - fixed field mappings should match MARC
                    ranges
 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
  Target Milestone: ---

ff7-00 is set to: 007_/1
it should be mapped to position 0 I believe
any other specific character positions should be checked to ensure they are
corect as well

To recreate:
1 - Find an item with an 007 in your catalog
2 - Make sure it is indexed in ES
3 - View the ES record:
  kohadevbox
    curl 'localhost:9200/koha_kohadev_biblios/data/19?pretty=yes' | grep -A7
ff7
  koha testing docker
    curl 'es:9200/koha_kohadev_biblios/data/19?pretty=yes' | grep -A7 ff7
  adjust for other setups
4 - Note the 00 indexes the 01 position, etc

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