Last modified by Manuel Leduc on 2023/02/02

<
From version < 22.2 >
edited by Vincent Massol
on 2009/09/08
To version < 22.3 >
edited by Vincent Massol
on 2009/09/08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -53,7 +53,7 @@
53 53  * Listing all documents modified during the current week: {{code language="none"}}where year(doc.date) = year(current_date()) and month(doc.date) = month(current_date()) and day(doc.date) > (day(current_date()) - 7) order by doc.date desc{{/code}}
54 54  * Listing all documents modified during the current month: {{code language="none"}}where year(doc.date) = year(current_date()) and month(doc.date) > (month(current_date()) - 1) order by doc.date desc{{/code}}
55 55  
56 -== Privileged API (##search##: Documents, Objects, Properties, etc) ==
56 +== Privileged API (##search##) ==
57 57  
58 58  {{velocity}}{{html}}
59 59  #warning("Calls to te privileged API are only executed when the calling page has been saved by a user with Programming Rights. The reason is that search can be used to send dangerous HQL command like update, delete, etc.")

Get Connected