It is currently not possible to retrieve documents that do not have tags using a NXQL query.
The following queries does not return any document:
SELECT * FROM Document WHERE ecm:tag = '' SELECT * FROM Document WHERE ecm:tag IS NULL SELECT * FROM Document WHERE ecm:tag/* = '' SELECT * FROM Document WHERE ecm:tag/* IS NULL
- is related to
-
NXP-21651 Add new implementation for tag service
- Resolved