https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41085 Bug ID: 41085 Summary: Date filters use the syntax stored in database. Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs@lists.koha-community.org Reporter: baptiste.wojtkowski@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: tomascohen@gmail.com Filters used for date in datatables are not inituitive for users since they compare date as stored in the database. For example, in fr, date use to be written DD/MM/YYYY, so users tend to write DD/MM in filters and find nothing. They must have written MM-DD which is barely impossible for them to guess. Steps to reproduce : 1 - Go on a biblio record 2 - Activate filters 3 - On Date accessionned, copy/paste any field -> it will return nothing. 4 - Write the date in the format YYYY-MM-DD -> it will work Note: I did put this in REST API but it is related to anything that calls it, if you have a better idea on where we should put this, feel free :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.