This now works...
def firstTwo = SearchIntegrationTestPerson.findAll { or { eq "cn", "search1" eq "cn", "search2" } }
This now works...
def firstTwo = SearchIntegrationTestPerson.findAll { or { eq "cn", "search1" eq "cn", "search2" } }def firstTwo = SearchIntegrationTestPerson.findAll { or { eq "cn", "search1" eq "cn", "search2" } }