cancel
Showing results for 
Search instead for 
Did you mean: 

Search by folder in advanced search form

rhakaro
Champ in-the-making
Champ in-the-making
He everybody!

I´m trying to custom the default advanced search in Alfresco share, to introduce some functionality like in Alfresco explorer.

I just have, for example, a categories and tags based search (in share-form-config-custom.xml):

…………….
…………….
        <show id="cm:categories" force="true" />
        <show id="cm:taggable" force="true" />
</field-visibility>
            
<appearance>
        <field id="cm:categories">
                <control>
                        <control-param name="compactMode">true</control-param>
                 </control>
         </field>
                     
        <field id="cm:taggable">
                <control>
                        <control-param name="compactMode">true</control-param>
                        <control-param name="params">aspect=cm:taggable</control-param>
                        <control-param name="createNewItemUri">/api/tag/workspace/SpacesStore</control-param>
                        <control-param name="createNewItemIcon">tag</control-param>
                </control>
        </field>
…………….
…………….

Now I need to add a Folder search, like in Explorer.

Someone knows how to develop this component?

Thank you very much in advace, best regards!

(I´m using Alfresco 3.4.7 enterprise edition)
2 REPLIES 2

rhakaro
Champ in-the-making
Champ in-the-making
Hi again!

I found this page where explain how to put control to search by folder, but it seems to be for another version because I don´t find the code in my files:

http://www.innoforma.com/Blog/Software/Extendiendo-la-busqueda-avanzada-de-Alfresco-Share

Does any try this?

florent
Champ in-the-making
Champ in-the-making
Hi,

I've got the same question and found nothing to add a control to search by folder.

Did you solve your problem ?

Thanks
Florent