<?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 Simple search script in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/simple-search-script/m-p/234545#M187675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to learn web scripting.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've bought two Alfresco books. I can't get the examples in either book to work. Very frustrating. Time vampire.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has a simple web script(s) they're willing to share I'd very much appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a) List files in the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) Search files in the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c) Upload files to the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Simple stuff (I thought, but I've been unsuccessful).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Mar 2010 18:12:19 GMT</pubDate>
    <dc:creator>billmce</dc:creator>
    <dc:date>2010-03-30T18:12:19Z</dc:date>
    <item>
      <title>Simple search script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-search-script/m-p/234545#M187675</link>
      <description>I'm trying to learn web scripting.&amp;nbsp; I've bought two Alfresco books. I can't get the examples in either book to work. Very frustrating. Time vampire.If anyone has a simple web script(s) they're willing to share I'd very much appreciate it.I'm trying to:a) List files in the repository.b) Search files</description>
      <pubDate>Tue, 30 Mar 2010 18:12:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-search-script/m-p/234545#M187675</guid>
      <dc:creator>billmce</dc:creator>
      <dc:date>2010-03-30T18:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Simple search script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-search-script/m-p/234546#M187676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the link has info on creating web scripts to browse a folder to list contents and file upload&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts_Examples#" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts_Examples#&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Folder Browse/RSS feed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. File Upload&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raghu.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 06:35:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-search-script/m-p/234546#M187676</guid>
      <dc:creator>krishr</dc:creator>
      <dc:date>2010-04-01T06:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Simple search script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-search-script/m-p/234547#M187677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco loads of webscripts available OOTB: Check &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt;&lt;SPAN&gt; for full list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 11:39:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-search-script/m-p/234547#M187677</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-04-01T11:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Simple search script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-search-script/m-p/234548#M187678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found this post to be very useful: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=36&amp;amp;t=10481" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=36&amp;amp;t=10481&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also bought two books… and experienced the same frustrations.&amp;nbsp; I know what you're going through!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The wikis are good, but I didn't feel that they sufficiently explain what parameters need to be sent to search.luceneSearch("…")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, your path to Company Home should be "app:company_home".&amp;nbsp; Sites needs to be "st:sites".&amp;nbsp; (I stumbled across this piece of information in one of the forums somebody said &lt;/SPAN&gt;&lt;STRONG&gt;PATH:\"/app:company_home/st:sites&lt;/STRONG&gt;&lt;SPAN&gt;.)&amp;nbsp; And documentLibrary has to be cm:documentLibrary.&amp;nbsp; So if you are searching for a particular space, your search would look something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var RM_PATH = 'PATH:"/app:company_home/st:sites/cm:myCustomSpace/cm:documentLibrary//*"'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var query = RM_PATH + ' AND @cm\\:name:\"' + spaceName + '\"';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var results = search.luceneSearch(query);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&amp;nbsp; Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 13:51:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-search-script/m-p/234548#M187678</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-04-12T13:51:24Z</dc:date>
    </item>
  </channel>
</rss>

