on 3.5.4, I tried to do a query that returns only pages modified after a certain date:
select * from mgnl:metaData where jcr:path like '/%' and mgnl:lastmodified > '2009-01-01' order by mgnl:lastmodified
this however returns all nodes instead of no nodes. Am I doing something wrong here?
thanks Ruben ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
