Expand my Community achievements bar.

Tag Based Browsing of Assets

Avatar

Employee

1/30/24

Request for Feature Enhancement (RFE) Summary:

AEM Assets supports

 

  • browsing through folders and
  • form-based searching for tags

Other DAM systems offer a third alternative: 

  • tag-based browsing

In these systems the tag hierarchy would be rendered as if it was a folder and users can naturally browse through the folders. Whenever you'd "browse" to the next tag, the UI would display the assets tagged with these current tag. 

 

Yes - in principle AEM supports that case already: You can 

a) Open the filter

b) Click on a tag filter

c) Browse to the tag you want to search for

d) Select that tag

e) Submit the search form.

 

"Real" tag based browsing is a one-step interaction, only. You would "open" a tag from the "hierarchy" side rail - and AEM would implicitly display all assets with that tag. Imagine it as implicit search-as-you browse:

product (select * where tag ~ /product/*)
- food (select * where tag ~ /product/food/*)
- regional (select * where tag ~ /product/food/regional/*)
- apple (select * where tag ~ /product/food/regional/apple/*)

It should be made an option if the browsing has taxonomy or directory semantics. 

Taxonomy semantics means — narrowing down the search results to more specific categories as we walk down the branch in the tree. Imagine it like select * where tag ~/product/food*

Directory semantics means displaying what is exactly associated with the tag (not with sub-tags). (select * where tag = /product/food)


Many DAM systems on the market support tag-based browsing, which can be used to create multi-homed virtual directories and reduce the necessity to create live copied in DAM repos. 

 

This is a feature that would reduce a lot of headaches when migrating from a legacy DAM system to AEM Assets,   

See a more elaborate explanation, why this is a must-have here:

https://medium.com/@achimkoch/how-not-to-migrate-asset-taxonomies-to-aem-a2f74fa203dd 

Use-case:  
Current/Experienced Behavior: Either browse for folders or filter for tags
Improved/Expected Behavior:

Display tags as if they were a multi-homed folder hierarchy and update the result set as you browse 

Environment Details (AEM version/service pack, any other specifics if applicable):  
Customer-name/Organization name:  
Screenshot (if applicable): ash_0-1706687641476.png

Sketch how a tag based browser could look like.

Code package (if applicable):  
3 Comments

Avatar

Administrator

1/31/24

@-ash Thanks for proposing this idea

 
This has been reported to the engineering under the internal reference ASSETS-34260. The product team will triage this request to verify feasibility based on the prioritization model. This post will be updated according to the Jira request status.
Status changed to: Investigating

Avatar

Employee

1/31/24

I totally support this idea. 

 

Many DAM systems on the market support tag-based browsing, which can be used to create multi-homed virtual directories and reduce the necessity to create live copied in DAM repos. 

 

Why not AEM Assets?