Gldapo

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

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 0.7
  • Component/s: API
  • Labels:
    None
  • Number of attachments :
    0

Activity

Hide
Luke Daley added a comment -

This now works...

def firstTwo = SearchIntegrationTestPerson.findAll { 
    or {
        eq "cn", "search1"
        eq "cn", "search2"
    }
}
Show
Luke Daley added a comment - This now works...
def firstTwo = SearchIntegrationTestPerson.findAll { 
    or {
        eq "cn", "search1"
        eq "cn", "search2"
    }
}

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: