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
I am writing a patch