Hello,
It is not currently possible to use different transformation for different document types in a repeater, if you are not talking about the selected item transformation. This is a general issue with the
default .NET repeater control and it is used as the base control for our Kentico repeaters.
However, you can create for example
custom transformation function which would output html code according for each repeater item according to current document type.
A second possible approach is described in following forum
thread, however it is not recommended because the performance of this approach isn't optimal.
Additional information on customizing the search results can be found in our
Knowledge base section.
Best regards,
Boris Pocatko