Hi Tim,

just tried this on demoauthor.magnolia-cms.com on the website workspace.   

As you would expect, to get all (not deleted) nodes you issue a JCR-SQL2 query 
like

SELECT * FROM [mgnl:page] WHERE [mgnl:deleted] IS NULL

whereas to get deleted nodes you do

SELECT * FROM [mgnl:page] WHERE [mgnl:deleted] IS NOT NULL

Hope this helps.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=46624b7e-1ce2-491d-950c-8be79d3ba012


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to