History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
GLDP-89
Type:
New Feature
Status:
Resolved
Resolution:
Fixed
Priority:
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:
[
Permalink
|
« Hide
]
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"
} }
[
Show »
]
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"
} }
def firstTwo = SearchIntegrationTestPerson.findAll { or { eq "cn", "search1" eq "cn", "search2" } }