cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Search and custom types

drocco88
Champ in-the-making
Champ in-the-making
Hi there,

I'm in this scenario: type A inherit from cm:content and B inherit from A.

I can show A properties on the advanced search panel defining the evaluator:

<config evaluator="model-type" condition="A">
    <forms>
        <!– Search form –>
        <form id="search">
    ….

I would like to configure B's evaluator with only B properties so it inherit from parent (A) so I don't have to repeat again.

Is there a way to do it?

Many thanks,
Rocco
1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator
Hello,

There is no inheritance of properties between different forms. You have to explicitly define all the visibile fields.

Regards
Axel