[ 
https://issues.apache.org/jira/browse/OFBIZ-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892157#action_12892157
 ] 

Scott Gray commented on OFBIZ-3875:
-----------------------------------

The appropriate format for converting a String to a List is: [value1, value2, 
value3, ...]
There is a converter for this so you only need to call simpleTypeConvert() with 
the appropriate target type instead of attempting to perform the conversion 
manually.

Have you tested the comparison's behavior when value2 doesn't resolve to a 
Collection?

> Introduce an in operator for compare in minilang
> ------------------------------------------------
>
>                 Key: OFBIZ-3875
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3875
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: in for compare.patch
>
>
> It could be convenient to have an "in" operator for compare in minlange. Here 
> is a patch, if nobody see any problems with it, nor have a better solution I 
> will commit it in some days.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to