X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-authorities-home.pl;h=115012e231d8f54198d814ef0889c32d1680083a;hb=219ec8f8981489577762cb4f5629dcec208c9412;hp=565622800f36e5b1749fe90f29b90b0c7df4e1ae;hpb=c8ef17ea3965f04ed3b0bebb85d4c70dd1cfc131;p=koha_fer diff --git a/opac/opac-authorities-home.pl b/opac/opac-authorities-home.pl index 565622800f..115012e231 100755 --- a/opac/opac-authorities-home.pl +++ b/opac/opac-authorities-home.pl @@ -90,7 +90,13 @@ if ( $op eq "do_search" ) { $displaynext = 1; } - my @field_data = ( { term => "marclist" , val => $query->param("marclist") || ''} ); + my @field_data = ( + { term => "marclist", val => $marclist[0] }, + { term => "and_or", val => $and_or[0] }, + { term => "excluding", val => $excluding[0] }, + { term => "operator", val => $operator[0] }, + { term => "value", val => $value[0] }, + ); my @numbers = ();