@@ -, +, @@ 036f2a50e11dab97ef8509f2f585c4cc407ea728. You will have results without details. Apply this patch: you see details. Reset to master: no details again. Search again: you still see no details. Restart zebra server. Search: you see details. Apply this patch. Search: still details. Restart zebra server. Search: still details. --- C4/Context.pm | 2 +- etc/zebradb/authorities/etc/dom-config-marc.xml | 1 - etc/zebradb/authorities/etc/dom-config.xml | 1 - etc/zebradb/biblios/etc/dom-config-marc.xml | 1 - etc/zebradb/biblios/etc/dom-config.xml | 1 - 5 files changed, 1 insertions(+), 5 deletions(-) --- a/C4/Context.pm +++ a/C4/Context.pm @@ -748,8 +748,8 @@ sub _new_Zconn { : 'usmarc'; } else { # $index_mode eq 'dom' - #we do not need an elementSetName $syntax = 'xml'; + $elementSetName = 'marcxml'; } my $host = $context->{'listen'}->{$server}->{'content'}; --- a/etc/zebradb/authorities/etc/dom-config-marc.xml +++ a/etc/zebradb/authorities/etc/dom-config-marc.xml @@ -33,7 +33,6 @@ Authorities DOM config for MARC ISO2709 input - --- a/etc/zebradb/authorities/etc/dom-config.xml +++ a/etc/zebradb/authorities/etc/dom-config.xml @@ -33,7 +33,6 @@ Authorities DOM config for MARC XML input - --- a/etc/zebradb/biblios/etc/dom-config-marc.xml +++ a/etc/zebradb/biblios/etc/dom-config-marc.xml @@ -33,7 +33,6 @@ Bibliographic DOM config for MARC ISO2709 input - --- a/etc/zebradb/biblios/etc/dom-config.xml +++ a/etc/zebradb/biblios/etc/dom-config.xml @@ -33,7 +33,6 @@ Bibliographic DOM config for MARC XML input - --