<?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 Restfull api and searching in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/restfull-api-and-searching/m-p/283241#M236371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know how to use the search functions to search documents mixing content and metadata without using CMIS (unsuported for 3.1 version)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found how to look for the doc. inner content&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/alfresco/service/api/search/keyword.atom.html?q=*asd*&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I'd like to find also documents of the created type doc:doc and with custom metadata, such as doc:number=8&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With CMIS it would be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/alfresco/service/cmis/query?q=select%20doc:number,doc:description,cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectId%20from%20doc:doc%20where%20doc:number=8&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have checked the alfresco documentation and I think with the function I can do it, but I can't find any proper example&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/alfresco/service/api/search/keyword?q={searchTerms}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I configure the {searchTerms} to look for metadata and content at the same time? If so, how? If not, how can I do it? Is there any other way?&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>Fri, 04 Jul 2014 09:31:56 GMT</pubDate>
    <dc:creator>albertogarcía</dc:creator>
    <dc:date>2014-07-04T09:31:56Z</dc:date>
    <item>
      <title>Restfull api and searching</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/restfull-api-and-searching/m-p/283241#M236371</link>
      <description>Hello,I would like to know how to use the search functions to search documents mixing content and metadata without using CMIS (unsuported for 3.1 version)I have found how to look for the doc. inner contenthttp://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/alfresco/service/api/search/keyword.atom.html?q=*asd*but I'd l</description>
      <pubDate>Fri, 04 Jul 2014 09:31:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/restfull-api-and-searching/m-p/283241#M236371</guid>
      <dc:creator>albertogarcía</dc:creator>
      <dc:date>2014-07-04T09:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Restfull api and searching</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/restfull-api-and-searching/m-p/283242#M236372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The easiest way to figure this out is to go in to Share, do the search, and watch what gets posted to Alfresco. Every interaction between Alfresco Share and Alfresco happens over HTTP so you'll be able to see exactly which web script is being called and what the format of the request is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In some cases, requests go from the browser to the server, so those are visible in a tool like Firebug. In other cases, the requests go from the Alfresco Share web application to the Alfresco web application. Those are harder to trap. You either have to turn on the interactive JavaScript debugger on the repo tier, the share tier, or both, or you have to turn on a sniffer or developer proxy that watches the network traffic between the two.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 19:43:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/restfull-api-and-searching/m-p/283242#M236372</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-07-07T19:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restfull api and searching</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/restfull-api-and-searching/m-p/283243#M236373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the answer. I finally configured it with a script and lucene search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alberto&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 07:34:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/restfull-api-and-searching/m-p/283243#M236373</guid>
      <dc:creator>albertogarcía</dc:creator>
      <dc:date>2014-07-15T07:34:49Z</dc:date>
    </item>
  </channel>
</rss>

