5 Aug
2024
5 Aug
'24
9:22 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37018 --- Comment #158 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- 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.