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

--- Comment #3 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to