26 Aug
2026
26 Aug
'26
7:22 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43241 --- Comment #16 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to Kristi Krueger from comment #15)
Just making a reminder note for myself (and others interested) that a use case here is performance speed when searching tables, especially in the log viewer.
The impact is on any date/datetime column lookup. Not being able to use the index makes it a LIKE query on the whole table! -- You are receiving this mail because: You are watching all bug changes.