-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10, 10.1
-
Component/s: Audit, Elasticsearch
-
Release Notes Summary:AuditQueryBuilder supports Operator.STARTSWITH.
-
Tags:
-
Backlog priority:700
-
Sprint:nxcore 10.1.5
-
Story Points:5
When building an AuditQueryBuilder, one can use a clause such as:
.addAndPredicate(new Predicate(new Reference("docPath"), Operator.STARTSWITH, Literals.toLiteral(input.getPath().toString())))
where input is an instance of a DocumentModel.
However, source code analysis shows that in org.nuxeo.elasticsearch.audit.ESAuditBackend in createQueryBuilder(Predicate andPredicate)
the STARTSWITH operator is ignored, although the limitation is not documented.
Is this a product limitation or a feature to be implemented?
- is related to
-
NXP-24481 When appending log entries the default audit backend ignores the ID.
- Open