cancel
Showing results for 
Search instead for 
Did you mean: 

custom folder advanced search

luisalves00
Champ in-the-making
Champ in-the-making
Hello,

I've created some custom folders (extending from cm:folder) and I want to be able to search by some custom properties..so:


<config evaluator="string-compare" condition="Advanced Search">
   <advanced-search>

              <folder-types>
           <type name="sv:folderType1" />
           <type name="sv:folderType2" />
              </folder-types>
              <custom-properties>
                      <meta-data type="sv:folderType1" property="sv:folderType1_id" />
                     … and son on…

but this doesn't work…

What I wan't to know is the Alfresco Explorer can support this OOTB? if not I'll have to correct this issue…
btw I've already corrected the issue of showing up all the custom properties regardless the selected content type…so the trick will be the same…used richfaces a4j components…


best regards
1 REPLY 1

rsosborn
Champ in-the-making
Champ in-the-making
Check your error log in Tomcat.  Make sure there are no errors in your XML on loading.