You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Gil Portenseigne (JIRA)" <ji...@apache.org> on 2018/02/16 08:09:00 UTC

[jira] [Commented] (OFBIZ-10195) Add the ability in performFind service to set OR search criteria

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

Gil Portenseigne commented on OFBIZ-10195:
------------------------------------------

Hello,

I completed the implementation like in [~taher]'s proposal : [diff|[https://labs.nereide.fr/10031/Communautaire/compare/trunk...OFBIZ-10195]]

I made the choice to get the group-condition on every search-field widget instead of on field level : 

 
{code:java}
<field name="communicationEventId" position="1"><text-find group-condition="1"/></field>
{code}
Let me know what you think about it :)

 

 

 

> Add the ability in performFind service to set OR search criteria
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-10195
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10195
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Gil Portenseigne
>            Assignee: Gil Portenseigne
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-10195.patch
>
>
> When using performFind service for advanced entity search, we can meet the need to have search criteria that do not intersect between them, but make the union of the condition.
> To realize this improvement we propose to set a new suffix _grp.
> Thus using :
> <field name="field1"><text-find/></field>
> <field name="field1_grp"><hidden value="unionKey"/></field>
> <field name="field2"><text-find/></field>
> <field name="field2_grp"><hidden value="unionKey"/></field>
> Then the two search fields criteria will be unioned during the search by the OR operator.
> Several different keys can be used for several different unioned condition.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)