Hi!
I'm customizing the advanced search cluster strategies, and by now I've been able to show new cluster strategies based on attributes of the search results, such as the object_name or i_cabinet_id. But the next thing I want to get is a cluster strategy based on an attribute of a related type. I mean, for example, instead of defining a cluster strategy based on the i_cabinet_id of the results, define one based on the name of the cabinet whose cabinet_id is the one of the result object types. Of course, if I define a strategy with <criterion>object_name</criterion> the strategy will be based on the object_name of the results, but what I want is the name of their cabinets. Is it possible to include a query inside the criterion tag? if not, what should I do?
Thanks in advance!!