Hi, I have created a custom XTYPE that allow users to select a path from
the repository, and am trying to use this in content Finder by adding
this XTYPE as filter. This XTYPE returns me the selected path, but I
further want to filter data (assets) based on the selected path. Could
anyone help me with the approach/sample code to refer to. Here's my
assets.js file from contentFinder, that adds my custom path field XType
to the tab: { "tabTip": CQ.I18n.getMessage("VDM Assets"), "id":
"cfTab-VDM-As...