Lines 855-860
if ( $indexing_mode eq 'dom' ) {
Link Here
|
855 |
my $expected_facets_info_marc21 = { |
855 |
my $expected_facets_info_marc21 = { |
856 |
'au' => { 'expanded' => undef, |
856 |
'au' => { 'expanded' => undef, |
857 |
'label_value' => "Authors" }, |
857 |
'label_value' => "Authors" }, |
|
|
858 |
'ccode' => { 'expanded' => undef, |
859 |
'label_value' => "CollectionCodes" }, |
858 |
'holdingbranch' => { 'expanded' => undef, |
860 |
'holdingbranch' => { 'expanded' => undef, |
859 |
'label_value' => "HoldingLibrary" }, |
861 |
'label_value' => "HoldingLibrary" }, |
860 |
'itype' => { 'expanded' => undef, |
862 |
'itype' => { 'expanded' => undef, |
Lines 953-958
sub run_unimarc_search_tests {
Link Here
|
953 |
my $expected_facets_info_unimarc = { |
955 |
my $expected_facets_info_unimarc = { |
954 |
'au' => { 'expanded' => undef, |
956 |
'au' => { 'expanded' => undef, |
955 |
'label_value' => "Authors" }, |
957 |
'label_value' => "Authors" }, |
|
|
958 |
'ccode' => { 'expanded' => undef, |
959 |
'label_value' => "CollectionCodes" }, |
956 |
'holdingbranch' => { 'expanded' => undef, |
960 |
'holdingbranch' => { 'expanded' => undef, |
957 |
'label_value' => "HoldingLibrary" }, |
961 |
'label_value' => "HoldingLibrary" }, |
958 |
'location' => { 'expanded' => undef, |
962 |
'location' => { 'expanded' => undef, |
959 |
- |
|
|