Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Since JCRVLT-120, Workspace filters on properties can be defined.
The documentation at [0] should be updated in order to describe (or at least contain an example) of property filter.
Example of property filter (excludes properties prop1):
<workspaceFilter version="1.0"> <filter root="/var/foo/bar"> <exclude pattern="^.*/prop1" matchProperties="true"/> </filter> </workspaceFilter>
Also, the JavaDoc exported at https://jackrabbit.apache.org/filevault/apidocs/index.html?org/apache/jackrabbit/vault/fs/api/FilterSet.html does not contains the
DefaultWorkspaceFilter#addPropertyFilterSet(PathFilterSet)
signature and related.
Attachments
Issue Links
- is related to
-
JCRVLT-19 Document filter.xml format
- Closed
- relates to
-
JCRVLT-120 Allow to filter content properties based on property name and value
- Closed