I am stuck up with displaying of the aspect property in advance search .I am using alfresco enterprise 4.
I am to display the field in drop down but when I click on that the text field doesn't appear in the adv searh screen.
so far my code.
share custom config.
<config evaluator="string-compare" condition="AdvancedSearch"> <advanced-search> <!– Forms for the advanced search type list –> <forms> <form labelId="Record ID" descriptionId="produst">cm:content</form> </forms> </advanced-search> </config> <!– cm:content type (existing nodes) –> <config evaluator="node-type" condition="cm:content"> <forms> <!– Default form configuration used on the document details and edit metadata pages –> <form id="doclib-simple-metadata"> <field-visibility> <show id="kb:documentRef" force="true" /> </field-visibility>