Bug 31693: Remove non-existent fields from the See-also-from index (Elasticsearch, MARC21)
This patch removes fields from the See-from index that don't exist in MARC21. The existing fields can be found here: https://www.loc.gov/marc/authority/ad5xx.html The following fields are removed: - 511$b - 511$m - 511$o - 511$r - 530$b - 530$c - 530$e - 547$b - 547$e - 547$f - 547$h - 547$j - 547$k - 547$l - 547$m - 547$n - 547$o - 547$p - 547$q - 547$r - 547$s - 547$t - 548$b - 548$c - 548$d - 548$e - 548$f - 548$g - 548$h - 548$k - 548$l - 548$m - 548$n - 548$o - 548$p - 548$r - 548$s - 548$t - 550$c - 550$d - 550$e - 550$f - 550$h - 550$j - 550$k - 550$l - 550$m - 550$n - 550$o - 550$p - 550$q - 550$r - 550$s - 550$t - 551$b - 551$c - 551$d - 551$e - 551$f - 551$h - 551$k - 551$l - 551$m - 551$n - 551$o - 551$p - 551$r - 551$s - 551$t - 555$b - 555$c - 555$d - 555$e - 555$f - 555$g - 555$h - 555$j - 555$k - 555$l - 555$m - 555$n - 555$o - 555$p - 555$q - 555$r - 555$s - 555$t - 562$b - 562$c - 562$d - 562$e - 562$f - 562$g - 562$h - 562$k - 562$l - 562$m - 562$n - 562$o - 562$p - 562$r - 562$s - 562$t Furthermore, the format of the mapping for 511 has been corrected. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
2da1ee6349
commit
20557fdfe1
1 changed files with 8 additions and 8 deletions
|
@ -686,42 +686,42 @@ authorities:
|
|||
sort: ~
|
||||
suggestible: ''
|
||||
- facet: ''
|
||||
marc_field: 511a(bcdefghjklmnopqrstvxyz)
|
||||
marc_field: 511(acdefghjklnpqstvxyz)
|
||||
marc_type: marc21
|
||||
sort: ~
|
||||
suggestible: ''
|
||||
- facet: ''
|
||||
marc_field: 530(abcdefghklmnoprstvxyz)
|
||||
marc_field: 530(adfghklmnoprstvxyz)
|
||||
marc_type: marc21
|
||||
sort: ~
|
||||
suggestible: ''
|
||||
- facet: ''
|
||||
marc_field: 547(abcdefghjklmnopqrstvxyz)
|
||||
marc_field: 547(acdgvxyz)
|
||||
marc_type: marc21
|
||||
sort: ~
|
||||
suggestible: ''
|
||||
- facet: ''
|
||||
marc_field: 548(abcdefghklmnoprstvxyz)
|
||||
marc_field: 548(avxyz)
|
||||
marc_type: marc21
|
||||
sort: ~
|
||||
suggestible: ''
|
||||
- facet: ''
|
||||
marc_field: 550(abcdefghjklmnopqrstvxyz)
|
||||
marc_field: 550(abgvxyz)
|
||||
marc_type: marc21
|
||||
sort: ~
|
||||
suggestible: ''
|
||||
- facet: ''
|
||||
marc_field: 551(abcdefghklmnoprstvxyz)
|
||||
marc_field: 551(agvxyz)
|
||||
marc_type: marc21
|
||||
sort: ~
|
||||
suggestible: ''
|
||||
- facet: ''
|
||||
marc_field: 555(abcdefghjklmnopqrstvxyz)
|
||||
marc_field: 555(avxyz)
|
||||
marc_type: marc21
|
||||
sort: ~
|
||||
suggestible: ''
|
||||
- facet: ''
|
||||
marc_field: 562(abcdefghklmnoprstvxyz)
|
||||
marc_field: 562(avxyz)
|
||||
marc_type: marc21
|
||||
sort: ~
|
||||
suggestible: ''
|
||||
|
|
Loading…
Reference in a new issue