https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37018
--- Comment #158 from Marcel de Rooy <[email protected]> --- Good work, here guys! When I am looking at the code of _validate_query, I am wondering if constructs like priority => [ { '=', 2 }, { '>', 5 } ] are parsed correctly? It seems that the inner hashes go recursively back into the routine, but the operators = and > here are viewed as field names and wont be checked with _validate_operator. Or am I misreading something? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
