Issue Details (XML | Word | Printable)

Key: GLDP-89
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Luke Daley
Reporter: Luke Daley
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Gldapo

Provide find() and findAll() variants that take a filter builder closure

Created: 28/Jul/08 06:58 AM   Updated: 28/Jul/08 07:10 AM
Component/s: API
Affects Version/s: None
Fix Version/s: 0.7

Time Tracking:
Not Specified


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Luke Daley added a comment - 28/Jul/08 07:10 AM
This now works...
def firstTwo = SearchIntegrationTestPerson.findAll { 
    or {
        eq "cn", "search1"
        eq "cn", "search2"
    }
}