cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a seperator to advanced-search

robobot
Champ in-the-making
Champ in-the-making
Hello,
i want to group the custom properties in the advanced search with a label separator but the following code does not work:


<config evaluator="string-compare" condition="Advanced Search">  
      <advanced-search>
         <content-types>
        <type name="candidate:CandidateContent" />               
         </content-types>        
         <custom-properties>        
                      <separator name="candidateSeparator" display-label="Candidate" component-generator="HeaderSeparatorGenerator" />
         <meta-data type="candidate:CandidateContent" property="candidate:name" />
         <meta-data type="candidate:CandidateContent" property="candidate:registrationDate" />           
         </custom-properties>
      </advanced-search>
   </config>

Why can't i add a seperator here ? Is it possible to group the elements shown in the advanced search ?
Thanks in Advance!
3 REPLIES 3

trelofysikos
Champ in-the-making
Champ in-the-making
i'm interested in this as well is there any way do add seperators or somehow group properties ?

i have tried these in the code
<separator name="sep" />
<separator name="sep" display-label-id="general_props" component-generator="LabelSeparatorGenerator" />
<separator name="sep" display-label="General Properties" component-generator="HeaderSeparatorGenerator" />


with no luck


Thanks

agey
Champ in-the-making
Champ in-the-making
Hi!

I'm trying to do the same. Do you have a solution?

Thanks

dave984
Champ in-the-making
Champ in-the-making
Someone know how to introduce a separator in the advanced-search jsp?!?