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.