diff --git a/metafacture-runner/src/main/dist/examples/count/subjects/references.fix b/metafacture-runner/src/main/dist/examples/count/subjects/references.fix index b819df06..fb6263de 100644 --- a/metafacture-runner/src/main/dist/examples/count/subjects/references.fix +++ b/metafacture-runner/src/main/dist/examples/count/subjects/references.fix @@ -1,4 +1,4 @@ -do list(path:"041A*|041A","var":"$i") # Until https://github.com/metafacture/metafacture-core/issues/651 is fixed one hass to add "041A" +do list(path:"041A*","var":"$i") copy_field("$i.9","relevantField.$append") end diff --git a/metafacture-runner/src/main/dist/examples/gnd/crisscross-connections/extract.fix b/metafacture-runner/src/main/dist/examples/gnd/crisscross-connections/extract.fix index d43c2707..27e34ec1 100644 --- a/metafacture-runner/src/main/dist/examples/gnd/crisscross-connections/extract.fix +++ b/metafacture-runner/src/main/dist/examples/gnd/crisscross-connections/extract.fix @@ -156,7 +156,7 @@ end # copy_field("008A.a","teilbest") -do list(path:"041A*|041A","var":"$i") # Until https://github.com/metafacture/metafacture-core/issues/651 is fixed one hass to add "041A" +do list(path:"041A*","var":"$i") trim("$i.9") to_var("$i.9","ref") if exists("$i.9") diff --git a/metafacture-runner/src/main/dist/examples/gnd/references/references.fix b/metafacture-runner/src/main/dist/examples/gnd/references/references.fix index cf73f9ed..fb6263de 100644 --- a/metafacture-runner/src/main/dist/examples/gnd/references/references.fix +++ b/metafacture-runner/src/main/dist/examples/gnd/references/references.fix @@ -1,4 +1,4 @@ -do list(path:"041A*|041A","var":"$i") # Until issue #651 is fixed one has to add "041A" +do list(path:"041A*","var":"$i") copy_field("$i.9","relevantField.$append") end diff --git a/metafacture-runner/src/main/dist/examples/gnd/references2/extract.fix b/metafacture-runner/src/main/dist/examples/gnd/references2/extract.fix index d43c2707..27e34ec1 100644 --- a/metafacture-runner/src/main/dist/examples/gnd/references2/extract.fix +++ b/metafacture-runner/src/main/dist/examples/gnd/references2/extract.fix @@ -156,7 +156,7 @@ end # copy_field("008A.a","teilbest") -do list(path:"041A*|041A","var":"$i") # Until https://github.com/metafacture/metafacture-core/issues/651 is fixed one hass to add "041A" +do list(path:"041A*","var":"$i") trim("$i.9") to_var("$i.9","ref") if exists("$i.9")