criteria builder with disjunction for hasMany properties
liliya woland
Ranch Hand
Joined: Apr 11, 2006
Posts: 115
posted
0
I'm attempting to search Retailer db object; my search brakes. At this point I have the following:
The problem is that in Retailer hasMany I have
But while brands: Brand is a db object, the other two objects are simple arrays. Line brands{ 'in'("id",supplier.brands.id)} works fine. But how do I run 'in' comparison of myList for likedBrandNames? Anybody?
subject: criteria builder with disjunction for hasMany properties