<?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: Search through REStful Api in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205909#M159039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi …did u get success for this one…?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can u share with us?i also have similar requirement…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2009 10:02:19 GMT</pubDate>
    <dc:creator>sangireddi</dc:creator>
    <dc:date>2009-02-24T10:02:19Z</dc:date>
    <item>
      <title>Search through REStful Api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205908#M159038</link>
      <description>Hello,I need to run POST /alfresco/service/api/queryCode I have written for it is :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; URL = "http://localhost:8081/alfresco/service/api/query";&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PostMethod method = new PostMethod(URL);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String filePath = "query.xml";&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String contentType = "application/atom+xml;type=query"; // tri</description>
      <pubDate>Tue, 27 Jan 2009 16:35:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205908#M159038</guid>
      <dc:creator>lakshya</dc:creator>
      <dc:date>2009-01-27T16:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Search through REStful Api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205909#M159039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi …did u get success for this one…?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can u share with us?i also have similar requirement…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:02:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205909#M159039</guid>
      <dc:creator>sangireddi</dc:creator>
      <dc:date>2009-02-24T10:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search through REStful Api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205910#M159040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't get the result from that, later i tried&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/2.1_REST_API#Alfresco_Keyword_Search_.28OpenSearch_Enabled.29" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/2.1_REST_API#Alfresco_Keyword_Search_.28OpenSearch_Enabled.29&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with GET method. It works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 14:25:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205910#M159040</guid>
      <dc:creator>lakshya</dc:creator>
      <dc:date>2009-02-26T14:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search through REStful Api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205911#M159041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For reference of anyone else who gets stuck with this the content type should be: application/cmisquery+xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There should be nothing following it, and the 'a' in application must be lower case, not upper case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 14:53:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205911#M159041</guid>
      <dc:creator>paulraby</dc:creator>
      <dc:date>2009-03-20T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Search through REStful Api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205912#M159042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks&amp;nbsp; paulraby&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I am able to get search results from POST request also by providing content type : application/cmisquery+xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But it gives all documents of specified folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to search on the basis of keyword.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where &amp;amp; How can I pass the search keyword???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am passing the query as :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;&lt;BR /&gt;&amp;lt;statement&amp;gt;SELECT * FROM Document WHERE IN_FOLDER('workspace://SpacesStore/4b66ac62-192d-419a-8991-a472d05cec52')&amp;lt;/statement&amp;gt;&lt;BR /&gt;&amp;lt;searchAllVersions&amp;gt;false&amp;lt;/searchAllVersions&amp;gt;&lt;BR /&gt;&amp;lt;pageSize&amp;gt;0&amp;lt;/pageSize&amp;gt;&lt;BR /&gt;&amp;lt;skipCount&amp;gt;0&amp;lt;/skipCount&amp;gt;&lt;BR /&gt;&amp;lt;returnAllowableActions&amp;gt;false&amp;lt;/returnAllowableActions&amp;gt;&lt;BR /&gt;&amp;lt;/query&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2009 09:58:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-through-restful-api/m-p/205912#M159042</guid>
      <dc:creator>lakshya</dc:creator>
      <dc:date>2009-08-01T09:58:13Z</dc:date>
    </item>
  </channel>
</rss>

