Hi,
I would like to add an additional search field "Type" (drop down list) to advanced search. This field is equivalent to the Type drop down list in Alfresco explorer's add content screen. By default, it contains 4 options but I have added several new types such as Audio and Video with custom aspect
1. Article
2. Content
3. General Image
4. Visitor feedback list
5. Audio
6. Video
Appreciate if anyone knows the solution.
<types>
<type name="tgr:video">
<title>Video</title>
<parent>cm:content</parent>
<mandatory-aspects>
<aspect>tgr:temporal</aspect>
</mandatory-aspects>
</type>
<type name="tgr:audio">
<title>Audio</title>
<parent>cm:content</parent>
<mandatory-aspects>
<aspect>tgr:temporal</aspect>
</mandatory-aspects>
</type>
</types>