Hey guys,

I just have a short question:
How can I make an entiy find request which is not case sensitive.

My current request (not case sensitive is like):
condList.add(EntityCondition.makeCondition("supplierProductId",
EntityOperator.LIKE, "%"+testCondition+"%");     
...
...
EntityCondition condition = EntityCondition.makeCondition(condList,
EntityOperator.AND);
List<GenericValue> test = delegator.findList("SupplierProduct", condition,
UtilMisc.toSet("productId"), null, null, false);

how can I include the case sensitive option?



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Entity-Find-Entity-Condition-Case-sensitive-tp4649374.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to