That's some very interesting stuff you have going there. I'd definitely use that.
----- "Scott Gray (JIRA)" wrote: > [ > https://issues.apache.org/jira/browse/OFBIZ-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858261#action_12858261 > ] > Scott Gray commented on OFBIZ-1968: > ----------------------------------- > Here's an example I can actually get to work for building entity expressions: > {code} > entityCondition = expression.AND() { > equals (productId: 12345), > in (productId: [1, 2, 3, 4]), > like (productId: "1234%"), > OR() { > equals (productId: "54321"), > between (productId: [0, 1, 2, 3, 4, 5]) > } > } > {code} > Any thoughts? -- Ean Schuessler, CTO Brainfood.com [email protected] - http://www.brainfood.com - 214-720-0700 x 315
