https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38671 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com --- Comment #1 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- The three fields you mention are all datetimes rather than just dates and most of the options here are just checking = / !=. That seems like it will confuse people -- they'll search for itemlost_on='2024-12-11' and not find anything because the actual value is '2024-12-11 14:39:24.' We could add a hint here that suggests one might want to use % after a date. Or we could make the search just compare to the date alone, ignoring the time. The former seems more accurate. The latter seems more friendly to a novice user. Thoughts? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.