https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37902 --- Comment #12 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 171515 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171515&action=edit Bug 37902: Do not convert a date if it has like markers If we pass a datetime parameter we are adding "like" operator and % at the beginning and ending of the attribute value. For instance: attributes=2024-09-16 10:11:12 attributes:{ like => '%2024-09-16 10:11:12%' } We do not want to reach the fixup code and raise an exception. However I don't think we should add the like for datetime attributes actually. But can we modify this behaviour now? -- You are receiving this mail because: You are watching all bug changes.