mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- samples - fix "execute" javascript error - fix hidden exception when status template had errors - addition of 'roothome' script & template root object git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6011 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
12 lines
509 B
XML
12 lines
509 B
XML
<webscript>
|
|
<shortname>Blog Search Sample</shortname>
|
|
<description>Sample that finds all blog entries whose content contains the specified search term</description>
|
|
<url>/sample/blog/search?q={searchTerm}</url>
|
|
<url>/sample/blog/search.atom?q={searchTerm}</url>
|
|
<url>/sample/b/s?q={searchTerm}</url>
|
|
<url>/sample/b/s.atom?q={searchTerm}</url>
|
|
<format default="html">extension</format>
|
|
<authentication>guest</authentication>
|
|
<transaction>required</transaction>
|
|
</webscript>
|