<?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: alfresco search Error in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82073#M25209</link>
    <description>&lt;DIV&gt;&lt;FONT&gt;About how to call alfresco search rest api using alfresco-js-api ,please refer to &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;&lt;A href="https://github.com/Alfresco/alfresco-js-api/tree/develop/src/api/search-rest-api" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-js-api/tree/develop/src/api/search-rest-api&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 24 Sep 2020 08:11:02 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2020-09-24T08:11:02Z</dc:date>
    <item>
      <title>alfresco search Error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82070#M25206</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently using&amp;nbsp; Alfresco&amp;nbsp; v 5.2 that we have deployed on a Tomcat server.&lt;/P&gt;&lt;P&gt;We are using&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the v0 web script as shown below&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;description&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;Share Search Component Data Webscript&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;url&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;/slingshot/search?term={term?}&amp;amp;tag={tag?}&amp;amp;site={site?}&amp;amp;container={container?}&amp;amp;sort={sort?}&amp;amp;query={query?}&amp;amp;repo={repo?}&lt;/SPAN&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/url&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;The query param dosen't work (for me)==&amp;gt; always bad request&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;But, when I use the term param, the service&amp;nbsp; work as expected.&lt;/DIV&gt;&lt;DIV class="line"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Sep 2020 11:26:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82070#M25206</guid>
      <dc:creator>helmi_brahem</dc:creator>
      <dc:date>2020-09-23T11:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco search Error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82071#M25207</link>
      <description>&lt;DIV&gt;&lt;FONT&gt;The query parameter&amp;nbsp; need a json parameter ,following document is extracted from source code&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;&amp;nbsp; // Advanced search form data search.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; // Supplied as json in the standard Alfresco Forms data structure:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp;&amp;nbsp; prop_&amp;lt;name&amp;gt;:value|assoc_&amp;lt;name&amp;gt;:value&lt;BR /&gt;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp;&amp;nbsp; name = namespace_propertyname|pseudopropertyname&lt;BR /&gt;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp;&amp;nbsp; value = string value - comma separated for multi-value, no escaping yet!&lt;BR /&gt;&amp;nbsp;&amp;nbsp; // - underscore represents colon character in name&lt;BR /&gt;&amp;nbsp;&amp;nbsp; // - pseudo property is one of any cm:content url property: mimetype|encoding|size&lt;BR /&gt;&amp;nbsp;&amp;nbsp; // - always string values - interogate DD for type data&lt;BR /&gt;&amp;nbsp;&amp;nbsp; // - an additional "-mode" suffixed parameter for a value is allowed to specify&lt;BR /&gt;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; either an AND or OR join condition for multi-value property searches&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;Why not use the rest api, it is recommened&lt;/P&gt;&lt;PRE&gt;alfresco/api/-default-/public/search/versions/1/search&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Sep 2020 16:42:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82071#M25207</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-09-23T16:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco search Error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82072#M25208</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are working with angular .we are&amp;nbsp; in fact using&amp;nbsp;Alfresco JS API library&lt;/SPAN&gt;&lt;SPAN&gt;, but we could not found a way to use it with java backend&amp;nbsp;this pushed us to use&amp;nbsp;the v0 web script .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;REST API&amp;nbsp; it is possible with JSP&amp;nbsp; &amp;nbsp;?? lien&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And thank you for your previous answer&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 17:10:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82072#M25208</guid>
      <dc:creator>helmi_brahem</dc:creator>
      <dc:date>2020-09-23T17:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco search Error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82073#M25209</link>
      <description>&lt;DIV&gt;&lt;FONT&gt;About how to call alfresco search rest api using alfresco-js-api ,please refer to &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;&lt;A href="https://github.com/Alfresco/alfresco-js-api/tree/develop/src/api/search-rest-api" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-js-api/tree/develop/src/api/search-rest-api&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Sep 2020 08:11:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82073#M25209</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-09-24T08:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco search Error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82074#M25210</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi ,I have already worked with these services in javascript but I'm looking for a solution with the java language(example cmis) that's why I just used the predefined web scripts with alfresco repository it works for me only with the search web script I have a problem like I told you previously&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 09:01:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82074#M25210</guid>
      <dc:creator>helmi_brahem</dc:creator>
      <dc:date>2020-09-24T09:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco search Error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82075#M25211</link>
      <description>&lt;P&gt;I guess you just need to escape your query param...&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 09:12:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82075#M25211</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-09-24T09:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco search Error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82076#M25212</link>
      <description>&lt;P&gt;&lt;SPAN&gt;really i am stuck especially that the code works correctly in the past except that i reinstall alfresco !!!!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 15:26:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-error/m-p/82076#M25212</guid>
      <dc:creator>helmi_brahem</dc:creator>
      <dc:date>2020-09-24T15:26:14Z</dc:date>
    </item>
  </channel>
</rss>

