Skip to content
Snippets Groups Projects
Commit 27ab4f82 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- search lzaid in bim-dictionary

parent 40b1f6c4
Branches
Tags
No related merge requests found
...@@ -84,7 +84,7 @@ sub prepare_query ($opt) { ...@@ -84,7 +84,7 @@ sub prepare_query ($opt) {
if (exists $opt->{lzaid}) { if (exists $opt->{lzaid}) {
push @must, { push @must, {
"match_phrase" => { "match_phrase" => {
"transferMetadata.SLUBArchiv-lzaId" => "$opt->{lzaid}" "transferMetadata.bim:bag-info_dict.bim:SLUBArchiv-lzaId" => "$opt->{lzaid}"
} }
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment