I have an application named QPS integrated with Alfresco. The application uses Alfresco as a repository for assets.
After going through the documentation, I created some some attributes in QPS application and then made changes in xml files of Alfresco so as to display these attributes in Alfresco's advanced search.
All other assets when searched on attributes of type drop down list, number,etc are search-able but when I search the date type attribute search, the corresponding assets are not search-able.
The entry in web-client-advanced-search.xml for date type attribute is as follows:
<show-property name="qps:issueDate" display-label-id="issue_date" show-in-edit-mode="true" />
I also tried using a component generator as follows but still the assets are not search-able when searched on date type attribute.
<show-property name="qps:issueDate" display-label-id="issue_date" show-in-edit-mode="true" component-generator="DateAttributeGenerator"/>
I would highly grateful on urgent help on this.