[
https://issues.apache.org/jira/browse/OFBIZ-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795322#comment-13795322 ]
Christian Carlow edited comment on OFBIZ-5350 at 10/15/13 4:36 PM:
-------------------------------------------------------------------
This patch solves my immediate problem and applies the queryString as EntityConditions only for those queryString fields that match one of the "drop down list" searchFields. queryString values that are lists will be applied as an OR EntityConditionList.
It should be improved to apply queryString fields that are not included in the searchFields. I would have done this but wasn't sure how to conveniently grab an Entity's field list.
was (Author: ofbizzer):
This patch solves my immediate problem and applies the queryString as EntityConditions only for those queryString fields that match one of the "drop down list" searchFields. queryString values that are lists will apply the list of values as an OR EntityConditionList.
It should be improved to apply queryString fields that are not included in the searchFields. I would have done this but wasn't sure how to conveniently grab an Entity's field list.
--
This message was sent by Atlassian JIRA
(v6.1#6144)