https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42984 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |blawlor@clamsnet.org --- Comment #6 from Brendan Lawlor <blawlor@clamsnet.org> --- The patch for searching by date is pretty trivial, but there's one catch. Bug 37542 is the reason why partial matching on the display date does not work with this patch. Searching by the Details column is a whole nother situation. The column's data attribute is "" not a real attribute name, and the rendered content with js combining a few different fields. It's kind of like the display date issue but even more gnarly because it doesn't have a related database column at all. The content in the column is only client side and the search happens server side. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.