<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: freemarker lucenesearch problem in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85822#M57952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes there is a specific API for this in JavaScript (which has been expanded in 2.1 to allow groups creation and modification) but what I mean is that there is no generic lucene search in javascript/freemarker that will search the user store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 14:23:15 GMT</pubDate>
    <dc:creator>kevinr</dc:creator>
    <dc:date>2007-06-14T14:23:15Z</dc:date>
    <item>
      <title>freemarker lucenesearch problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85818#M57948</link>
      <description>I want to get the group test.so i've tried the lucenesearch with following stringTYPE:usr\:authorityContainer AND @\usr\:authorityName:GROUP_test in the nodebrowser and it worksBut when I try to use the search in my freemarker template, it always gives an error&amp;lt;#list companyhome.childrenByLuceneS</description>
      <pubDate>Thu, 14 Jun 2007 09:20:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85818#M57948</guid>
      <dc:creator>xerox</dc:creator>
      <dc:date>2007-06-14T09:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: freemarker lucenesearch problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85819#M57949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or is ist not possible to reach that store with the freemarkertemplate?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know it's possible with javascript,but i'm not sure about freemarker…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 13:35:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85819#M57949</guid>
      <dc:creator>xerox</dc:creator>
      <dc:date>2007-06-14T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: freemarker lucenesearch problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85820#M57950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is currently not possible to search stores other than SpaceStores in script/templates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 13:59:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85820#M57950</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-06-14T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: freemarker lucenesearch problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85821#M57951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;People API &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: This API is only available in Alfresco 1.4 Enterprise (for now). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The People API provides access to Alfresco people and groups. The API provides the following functions: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Node getPerson(string username) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Returns a single (cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson) Node associated with the specified username, or null if the person does not exist. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: This part of the API is from Alfresco 2.0. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Node getGroup(string groupname) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Returns a single (usr:authorityContainer) Node associated with the specified group name, or null if the group does not exist. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Node[] getMembers(Node group) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Returns a collection of people belonging to the specified group (including all sub-groups). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Node[] getMembers(Node group, boolean recurse) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Returns a collection of people belonging to the specified group. People of sub-groups are only returned if recurse is specified as true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/JavaScript_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/JavaScript_API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found this in the wiki? so I think it should be posssbile with javascript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;friendly regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 14:07:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85821#M57951</guid>
      <dc:creator>xerox</dc:creator>
      <dc:date>2007-06-14T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: freemarker lucenesearch problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85822#M57952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes there is a specific API for this in JavaScript (which has been expanded in 2.1 to allow groups creation and modification) but what I mean is that there is no generic lucene search in javascript/freemarker that will search the user store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 14:23:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/freemarker-lucenesearch-problem/m-p/85822#M57952</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-06-14T14:23:15Z</dc:date>
    </item>
  </channel>
</rss>

