<?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 Make a query using url in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/make-a-query-using-url/m-p/242426#M195556</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;is it possible to make a query in Alfresco Share using url. I like to send a URL query from external application to Share a I need to directly see the findings which fulfilling the query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any ideas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kamil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2009 11:37:19 GMT</pubDate>
    <dc:creator>kamil_korinek</dc:creator>
    <dc:date>2009-08-27T11:37:19Z</dc:date>
    <item>
      <title>Make a query using url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-a-query-using-url/m-p/242426#M195556</link>
      <description>Hi,is it possible to make a query in Alfresco Share using url. I like to send a URL query from external application to Share a I need to directly see the findings which fulfilling the query.Thanks in advance for any ideas.Kamil</description>
      <pubDate>Thu, 27 Aug 2009 11:37:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-a-query-using-url/m-p/242426#M195556</guid>
      <dc:creator>kamil_korinek</dc:creator>
      <dc:date>2009-08-27T11:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Make a query using url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-a-query-using-url/m-p/242427#M195557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you mean like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/share/page/search?t=" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/page/search?t=&lt;/A&gt;&lt;STRONG&gt;document&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/share/page/site/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/page/site/&lt;/A&gt;&lt;STRONG&gt;site1&lt;/STRONG&gt;&lt;SPAN&gt;/search?t=&lt;/SPAN&gt;&lt;STRONG&gt;document&lt;/STRONG&gt;&lt;SPAN&gt;&amp;amp;a=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note you need to supply "a=false" for the site-specific search. I realise this is a bit strange, but it's so you can swap to an "all sites" search from the same page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 11:47:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-a-query-using-url/m-p/242427#M195557</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-08-27T11:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Make a query using url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-a-query-using-url/m-p/242428#M195558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will store user-defined metadata for the document, so I need make a query using this metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I mean something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/share/page/search?object_name=hospital" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/page/search?object_name=hospital&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and I want to receive all documents with metadata object name=hospital not the file name=hospital.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kamil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 07:01:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-a-query-using-url/m-p/242428#M195558</guid>
      <dc:creator>kamil_korinek</dc:creator>
      <dc:date>2009-08-28T07:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Make a query using url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/make-a-query-using-url/m-p/242429#M195559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, not possible out-of-the-box. You'll have to customise the search pages and back-end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 07:16:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/make-a-query-using-url/m-p/242429#M195559</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-08-28T07:16:25Z</dc:date>
    </item>
  </channel>
</rss>

