[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
Mon Apr 29 12:41:39 CEST 2019


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hm, so copydate = 260$c

 443   <!--record.abs line 121: melm 260$c      copydate,copydate:s-->
 444   <index_subfields tag="260" subfields="c">
 445     <target_index>copydate:w</target_index>
 446     <target_index>copydate:s</target_index>
 447   </index_subfields>


And pubdate 008:

  49   <index_control_field tag="008" offset="7" length="4">
  50     <target_index>pubdate:w</target_index>
  51   </index_control_field>

and pubdate = yr = Date-of-publication

... and we are missing proper indexing of 264 (see 15704)

It seems I missed a change to advanced search, could have sworn we had
publication year in the drop downs too. :(

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


More information about the Koha-bugs mailing list