Currently, The searching of Assets/Pages in the damadmin/siteadmin search panel does not let the user know the search is complete when there are no records. This article providing simple steps on how to overlay the search panel to provide information message to the user that there were no records.
Two simple steps, Namely
The package for AEM 5.6.1 with the above changes can be downloaded from & install in your aem instance.
http://dev.day.com/docs/en/cq/current/dam/dam_documentation.html#Searching%20for%20Assets
Search Panel No record fix for AEM 5.6.1
Two simple steps, Namely
- Overlay /libs/cq/ui/widgets/source/widgets/wcm/SiteAdminSearchPanel.js
- In performing the search method after the unmask method verify the total count is zero. If zero display an alert stating "No record found". Snapshot below
The package for AEM 5.6.1 with the above changes can be downloaded from & install in your aem instance.
http://dev.day.com/docs/en/cq/current/dam/dam_documentation.html#Searching%20for%20Assets
Search Panel No record fix for AEM 5.6.1
No comments:
Post a Comment
If you have any doubts or questions, please let us know.