[Koha-bugs] [Bug 14527] zebra error 114 when searching for items added before or after a specific date

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 5 17:48:41 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14527

--- Comment #18 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
In UNIMARC, Date-of-acquisition is usually defined in 099$c, this is the
default Zebra configuration.

One must use the script
misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl to copy creation
date from database to 099$c.

We usually set it nightly to only update daily modified/created records :
misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl --run --where
"TO_DAYS(NOW()) - TO_DAYS(biblio.datecreated) <= 1 OR TO_DAYS(NOW()) -
TO_DAYS(DATE(biblio.timestamp)) <= 1"

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


More information about the Koha-bugs mailing list