jcr: content nodes don't want to display when browse and search using pathfiled in touch ui dialog
I'm currently working on a site implementation with AEM 6.4 touch ui . We have a touch ui dialog that is using granite/ui/components/coral/foundation/form/pathfield, this is how the code looks like:
<csvpath
jcr:primaryType="nt:unstructured"
jcr:title="CSV Link URL"
sling:resourceType="/libs/granite/ui/components/coral/foundation/form/pathfield"
fieldDescription="Location of the CSV with the graph data"
fieldLabel="CSV Path"
name="./csvPercentGraphPath"
rootPath="/content/dam/lgs/us/legal/transparency/data”/>
When edit the component and click on path filed going to the filters If given the path like "/content/dam/lgs/us/legal/transparency/data” I don’t want to display the jcr:content nodes on search results , could you please do the need full .
I’m highlighted the jcr:content( I don’t want jcr:content on search results ) on search results in below screen shot.
