https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29422
--- Comment #1 from Martin Renvoize <[email protected]> --- Created attachment 127359 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127359&action=edit Bug 29422: Add `before`, `after` and `between` match options This patch adds three new comparison operators to the datatables api wrapper. The allow for date (and numberic) type comparisons in searches. The special case `between` operator expects a string value of the form `start:end` and will fall back to `after` comparisons if only a start number/date is passed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
