I think that <, >, >=, ==, <= and so on could be supported, because its just ordinal comparison.
But i think its a bad place to add "slow" operations. there are other things (function queries or whatever) that can be used for that, we should try to keep the expressions package the performant option. On Mon, Apr 7, 2014 at 5:54 AM, Rob Audenaerde <[email protected]> wrote: > Hi all, > > I was wondering why String is not allowed in the (javascript)expressions? Is > there a fundamental thing 'wrong' with that? > > > -Rob --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
