[Koha-bugs] [Bug 22801] Advance search yr uses copydate instead of date-of-publication

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 17 14:39:06 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22801

--- Comment #9 from Nick Clemens <nick at bywatersolutions.com> ---
Hi Frido,

I added a followup to remove:
my $yrfield = ( exists $index_field_convert{'yr'} ) ?
$index_field_convert{'yr'} : 'yr';

The index_field_convert will always be built the same, so will always resolve
to date-of-publication - so we don't need the condition, right?

I also update tests to pass

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list