Adding tag picker in Asset Finder for Content Fragments | Community
Skip to main content
Level 2
June 16, 2019
Solved

Adding tag picker in Asset Finder for Content Fragments

  • June 16, 2019
  • 2 replies
  • 1708 views

Hello everyone,

I am trying to add additional fields to the Asset Finder for Content Fragments, so that content authors can search for fragments with specific tags and metadata fields, here:

AEM allows me to overlay search facets in the Asset Finder for Images by editing the Page Editor (Image search) form and adding predicates.

For example:

I cannot find where to overlay to do the same for Content Fragments. I need to add a tag filter as well as other custom metadata predicates.  Looks like this is not possible to overlay, so what is the best way to do this customisation?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

Please check https://forums.adobe.com/thread/2500508

You need to add your custom tag fields at below.

/libs/wcm/core/content/editor/jcr:content/sidepanels/edit/items/tabs/items/assetsTab/items/filterPanel/items/search/items/searchpanel/items/

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
June 17, 2019

Hi,

Please check https://forums.adobe.com/thread/2500508

You need to add your custom tag fields at below.

/libs/wcm/core/content/editor/jcr:content/sidepanels/edit/items/tabs/items/assetsTab/items/filterPanel/items/search/items/searchpanel/items/

Arun Patidar
Level 2
June 18, 2019

Ok, this worked, with some additional config. For me to add both a path picker and a tag selector (to bring it in line with what is there for Images), I had to overlay a few things:

1. Overlay the search panel items to add a new new path picker
Path: /apps/wcm/core/content/editor/jcr:content/sidepanels/edit/items/tabs/items/assetsTab/items/filterPanel/items/search/items/searchpanel/items

2. Overlay the search panel 2 items to add a new path content fragment facet

Path: /apps/wcm/core/content/editor/jcr:content/sidepanels/edit/items/tabs/items/assetsTab/items/filterPanel/items/search/items/searchpanel2/items

3. Overlay the search facets to add a new content fragment tag predicate facet

Path: /conf/global/settings/cq/search/facets/contentfragments

Thanks for your help!