1

I'm trying to work on a vehicles database, and have domain classes for Manufacturer, Model, and Trim and am trying to use searchable to search across all 3.

Can I set up a chain of searchable components to achieve this?

For example in Manufacturer, configure it so that Model is a searchable component. Then in Model, configure Trim as a searchable component.

Christian
  • 1,241
  • 2
  • 8
  • 11
  • I guess the mapping `root = false` is the key to your problem. see http://stackoverflow.com/questions/8802171/grails-searchable-plugin-query/8842209#8842209 for an example – rdmueller Jan 19 '12 at 16:34

0 Answers0