6 Oct
2025
6 Oct
'25
2:13 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39630 --- Comment #3 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- This is actually worse than initially expected, as the field is not being indexed as a date it is tokenizing each part of the date, year, day, month, as a separate token. This means a search for acqdate:2025-09-28 matches a record with three items with accessiondates: 2025-01-01, 2024-09-01, 2023-01-28 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.