Koha/koha-tmpl/opac-tmpl/prog/en
Joshua Ferraro fcc3986cfd Updates to date indexing and search processing
Summary of Koha 3.0 date indexing for MARC21:

Index                   Expected format         Notes
-----------------------------------------------------
date-entered-on-file    [yymmdd]                (008/0-5, indexed in word and sort indexes)
copydate                [yyyy]                  (260$c, indexed in word and sort indexes)
acqdate                 [yyyy-mm-dd]            (952$d, indexed in date,word,sort indexes)
pubdate                 [yyyy]                  (008/7-10, indexed in year,word,sort indexes)

Template Search Parameters Tested:
        limit-yr (either yyyy or yyyy-yyyy) (added processing for ge le, structure attribute st-numeric, etc.)
        yr pubdate (yyyy)
        acqdate,st-date-normalized (yyyy-mm-dd)

Template Sort Parameters Tested:
        pubdate_dsc
        pubdate_asc
        acqdate_dsc
        acqdate_asc

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:00:30 -06:00
..
css Changes to fix Bug 1335 (Min password length is hardcoded in template error message). Script now checks for passes to the template the value of minPasswordLength system preference so the user knows beforehand what the requirements are, and so that the error message can contain the correct value. 2007-12-04 15:06:31 -06:00
includes (rss fixes) also removing link to a9, I think it's a missed hardcoded thing. 2007-12-14 09:06:51 -06:00
js Add multiple items to virt shelf, and bugvix virtual shelf adds. 2007-12-12 08:03:11 -06:00
lib OPAC update 2007-11-20 16:26:51 -06:00
modules Updates to date indexing and search processing 2007-12-17 12:00:30 -06:00