Expand my Community achievements bar.

Help needed in filtering content using filter.xml while vault check-out

Avatar

Level 1

Hi All, 

I need help to filter out the child pages of a node, but want to have jcr:content and its properties of the node while checking out from AEM using vault checkout .

See screenshot attached: I want only the highlighted part.

[img]AEM.JPG[/img]

I tried with the following \META-INF\vault\filter.xml, But its not working.

<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter version="1.0">
    <filter root="/content">
        <include pattern="/content/TestPage/^jcr.*" />
    </filter>
</workspaceFilter>
Thanks

Prashant

0 Replies