We need to retrieve and paginate documents that are referenced by the tag service.
This can be achieved by extending NXQL for being able to evaluate expression like
SELECT * from Document WHERE ecm:tag IN ('photo','movie');
The first and critical need is to be able to evaluate expression using the equal operator
SELECT * FROM Document WHERE ecm:tag = 'photo'
- depends on
-
NXS-1438 Allow using ecm:tag in search layouts from 5.7
- Resolved