cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Search, Folder types

indsev
Champ in-the-making
Champ in-the-making
Hi!
We want to use the advanced search to look for content types and folder types. He have added in web-client-config-custom.xml the following:

    <content-types>
         <type name="reu:reuniones" />
         <type name="exp:documentos" />  
      </content-types>
     
    <folder-types>
          <type name="as:asuntos" />
   </folder-types>
…..

We can search by content types but we can't search by folder types. In AsuntosModel.xml we have:

<types>
      <!– Enterprise-wide generic document type –>
      <type name="as:asuntos">
         <title>Asuntos de CSG</title>
         <parent>cm:folder</parent>
   ……

Is something missing? Why "Asuntos" doesn't appear in the combo?
It's urgent.

Thank you!
1 REPLY 1

ribz33
Champ on-the-rise
Champ on-the-rise
All seems correct…

Some questions :
- <content-types> and <folder-types> are in same tag <advanced-search> ?
- "as:asuntos" type is working well ? Creation of this folder type is without any problem ?