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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
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/