Question
gt in orm
Hello,
I can't seem to make this work:
user = entityLoad("users", {age > 18}, "true");
the > sign returns "Invalid construct: Either argument or name is missing." while if I use the = sign, no problem is raised.
Any suggestion?
Thanks
