https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38494 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |m.de.rooy@rijksmuseum.nl --- Comment #17 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Could you please explain: + my $biblio_tag = substr( $index, 4, 3 ); + my $heading_use_search_field = + $biblio_tag =~ /^[127]/ ? 'Heading-use-main-or-added-entry' + : $biblio_tag =~ /^6/ ? 'Heading-use-subject-added-entry' + : $biblio_tag =~ /^[48]/ ? 'Heading-use-series-added-entry' How does index look? Couldnt find it so quickly. Maybe needing some comment here? + if ($heading_use_search_field) { + push @marclist, $heading_use_search_field; + push @and_or, 'and'; + push @excluding, ''; + push @operator, 'is'; + push @value, 'a'; + } What if it is marked No attempt to code? Thats something else as Not appropiate? Please clarify. Changing status for need of feedback. Thx. -- You are receiving this mail because: You are watching all bug changes.