cancel
Showing results for 
Search instead for 
Did you mean: 

Get All new Content

fthamura
Champ in-the-making
Champ in-the-making
I want to query and get all new content from alresco server

anyone can help?
1 REPLY 1

kevinr
Star Contributor
Star Contributor
You can write Lucene queries that pull back nodes with a modified date in the last N days, for example:

+@\{http\://www.alfresco.org/model/content/1.0\}modified:[2006\-08\-
11T11\:26\:00 TO 2006\-08\-18T11\:26\:00] AND TYPE:"{http://www.alfresco.org/model/content/1.0}content"
It finds all content nodes in the repo that have been modified in the last 7 days.

Thanks,

Kevin