https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37924 Bug ID: 37924 Summary: Some UNIMARC subfields of 995 field are indexed in wrong indexes Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: mathsabypro@gmail.com QA Contact: testopia@bugs.koha-community.org After https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30373 the meaning of some subfields of 995 field (used for items) have changed. The configuration of Zebra and Elasticsearch must take those changes into account. 6 changes must be made : - 995$3 is indexed with zebra in "withdrawn" index. It should be "restricted" index - it is not indexed in Elasticsearch. It should be indexed in Elasticsearch "restricted" index - 995$8 is indexed in Elasticsearch in "ccode" index. It should be "coded-location-qualifier" index - it is not indexed in Zebra. It should also be indexed in Zebra "coded-location-qualifier" index - 995$a is indexed in "homebranch" index. It should be "acqsource" index - it is not indexed in Elasticsearch. it should also be indexed in Elasticsearch "acqsource" index -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.