Developer
DevOps
System Administrator
Jahia 8.2
How can I query the nodes that contain the j:invalidLanguages field?
Question
How can I query the nodes containing the j:invalidLanguages field?
Answer
You can use the following query:
SELECT * FROM [nt:base] WHERE [j:invalidLanguages] IS NOT NULL