We need to add custom filters to the collections. Currently, the out-of-the-box (OOTB) options allow filtering by modified date and tags. We want to add a filter to segregate collections into categories such as private and public.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi, thanks for the suggestion. I implemented it using ResourceChangeListener and added tags whenever a user creates a collection.
@lukasz-m @pankajpr @Ravi_Joshi @AsifChowdhury would you please take a moment to review this question? We would be grateful if you could share your suggestion on this question.
Views
Replies
Total Likes
Hi @GokulakannanV,
I think what would you like to achieve would be very difficult, or will break some fundamental rules in AEM. Let me explain the complexity below.
Having above knowledge, and keeping in mind what is available OOTB, I would suggest below approach:
Of course the solution is not ideal, and would requires some maintenance, but technically it is 100% OOTB solution. Which also have some additional benefits, like the fact you do not have to check this solution after AEM or SP upgrade.
Hi, thanks for the suggestion. I implemented it using ResourceChangeListener and added tags whenever a user creates a collection.