Hi,
i am using a DMI class to get the data from the DB. I want to use a DSRequest with two Criteria that are combined by an "OR". How do i do that? I introduced 2 Criteria via dsRequest.getCriteria().put("field", "value");. This already works but with an "AND" operator between the two Criterias. Any idea how to change it to "OR".
thanks
kissev
i am using a DMI class to get the data from the DB. I want to use a DSRequest with two Criteria that are combined by an "OR". How do i do that? I introduced 2 Criteria via dsRequest.getCriteria().put("field", "value");. This already works but with an "AND" operator between the two Criterias. Any idea how to change it to "OR".
thanks
kissev
Comment