6 Oct
2025
6 Oct
'25
4:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39630 --- Comment #4 from trevor.diamond@mainlib.org --- (In reply to Nick Clemens (kidclamp) from comment #3)
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
Does this default "OR" operator for the tokens apply to all the searches from the advanced search? Just this one? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.