<?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: How to use the search webscript? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309278#M262408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again, but it just does not want to work &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;A href="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified" title="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified" rel="nofollow noopener noreferrer"&gt;alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified&lt;/A&gt; is working perfectly fine. It sorts ascending according to modification date. &lt;/P&gt;&lt;P&gt;But as soon as I add the search order (...&lt;A href="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified|false" title="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified|false" rel="nofollow noopener noreferrer"&gt;alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified&lt;STRONG&gt;|false&lt;/STRONG&gt;&lt;/A&gt; or ...&lt;A href="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified|false" title="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified|false" rel="nofollow noopener noreferrer"&gt;alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified&lt;STRONG&gt;|true&lt;/STRONG&gt;&lt;/A&gt;) it does not work at all. There is no answer to the request returned. Where is my mistake? I really don't get it... Could you just adapt my request if there is a simple error in it? Am I missing some characters or something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your patience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Oct 2016 11:52:59 GMT</pubDate>
    <dc:creator>kingkong</dc:creator>
    <dc:date>2016-10-02T11:52:59Z</dc:date>
    <item>
      <title>How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309270#M262400</link>
      <description>Which parameters can be given to the alfresco/service/slingshot/search webscript?I know about term=... and site=... and I am able to use them.I know that there is also a parameter sort=... but I have no idea about how to fill it! Which sort options are possible?Thanks a lot in advance!Kind regards K</description>
      <pubDate>Sat, 24 Sep 2016 08:27:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309270#M262400</guid>
      <dc:creator>kingkong</dc:creator>
      <dc:date>2016-09-24T08:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309271#M262401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use it like this &lt;STRONG&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;sort=&lt;/SPAN&gt;cm:name|true ( you should encode special character)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;cm:name is the sort column which is mandatory&lt;BR /&gt;true means ascending or decending,it is optional, defaults to false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:47:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309271#M262401</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2016-09-26T10:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309272#M262402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great to know which other parameters can be inserted&amp;nbsp;sort by. I guess it would also be possible to sort by date or file size or something? What can be inserted for sort=...?&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would help me a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another question: the seach web script is doing full text seach, right? Or does it only search by name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KingKong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 08:36:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309272#M262402</guid>
      <dc:creator>kingkong</dc:creator>
      <dc:date>2016-09-28T08:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309273#M262403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;This webscript use "fts-alfresco" as query language ,so it can do both metadata search and full text search.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Yes it is possible to sort by other columns&lt;/P&gt;&lt;P&gt;if you want to search by file size or mimetype ,write it like this sort = .size|true or sort=.mimetype|true&lt;BR /&gt;if you want to search by other column ,just replace cm:name with the column name ,for example sort = cm:created|true&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 13:12:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309273#M262403</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2016-09-28T13:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309274#M262404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your answer. I will try that.&lt;/P&gt;&lt;P&gt;How can I differentiate between metadata and fulltext search? Is there also a parameter to hand over to the webscript?&lt;/P&gt;&lt;P&gt;Your help is really appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KingKong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 07:27:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309274#M262404</guid>
      <dc:creator>kingkong</dc:creator>
      <dc:date>2016-09-30T07:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309275#M262405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default, the webscript will search against the following fields:&lt;/P&gt;&lt;P&gt;cm:name cm:title cm:description ia:whatEvent ia:descriptionEvent lnk:title lnk:description TEXT TAG,these fields&amp;nbsp; include TEXT field which is a shortcut for searching all properties of type content(full text search), other fields are metadata fields.&lt;/P&gt;&lt;P&gt;You can customize the template to add or remove fields if needed,you can also customize search fields through query parameter which is a json object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 14:00:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309275#M262405</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2016-09-30T14:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309276#M262406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Again a question concerning calling the webscript. I tried several things now, but still didn't manage to sort as I like to.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:name|false &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;According to what I understood, this should return everything that matches a search for *test*, ordered by name in descending order (because of false). Unfortunately, it does not return anything, I guess I'm still calling the script incorrectly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;On the other hand, the following statement seems to be working:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;alfresco/slingshot/search?term=*test*&amp;amp;sort=created&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;It returns the search results ordered by creation date, but I cannot specify to have the result in ascending or descending order. As you said, it defaults to ascending which does not make sense in this case, because I want to have the 'newest' results first...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;Any suggestions? Probably it's just a stupid mistake in calling the script as you proposed, but currently I'm not able to solve it...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;Thanks again!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 14:19:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309276#M262406</guid>
      <dc:creator>kingkong</dc:creator>
      <dc:date>2016-09-30T14:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309277#M262407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following code is extract from webscript implementation that parse sort parameter ,you see sort direction is controlled by the optionally part that followed the sort field .&lt;/P&gt;&lt;P&gt;true = ascending, false = descending&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // sort field - expecting field to in one of the following formats:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; - short QName form such as: cm:name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; - pseudo cm:content field starting with "." such as: .size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; - any other directly supported search field such as: TYPE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var sortColumns = [];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var sort = params.sort;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (sort != null &amp;amp;&amp;amp; sort.length != 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var asc = true;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var separator = sort.indexOf("|");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (separator != -1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; asc = (sort.substring(separator + 1) == "true");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sort = sort.substring(0, separator);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var column;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (sort.charAt(0) == '.')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // handle pseudo cm:content fields&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column = "@{&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/content/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/content/1.0&lt;/A&gt;&lt;SPAN&gt;}content" + sort;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if (sort.indexOf(":") != -1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // handle attribute field sort&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column = "@" + utils.longQName(sort);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // other sort types e.g. TYPE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column = sort;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sortColumns.push(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column: column,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ascending: asc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 14:56:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309277#M262407</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2016-09-30T14:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309278#M262408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again, but it just does not want to work &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;A href="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified" title="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified" rel="nofollow noopener noreferrer"&gt;alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified&lt;/A&gt; is working perfectly fine. It sorts ascending according to modification date. &lt;/P&gt;&lt;P&gt;But as soon as I add the search order (...&lt;A href="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified|false" title="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified|false" rel="nofollow noopener noreferrer"&gt;alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified&lt;STRONG&gt;|false&lt;/STRONG&gt;&lt;/A&gt; or ...&lt;A href="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified|false" title="https://wifo1-56.bwl.uni-mannheim.de:8443/share/proxy/alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified|false" rel="nofollow noopener noreferrer"&gt;alfresco/slingshot/search?term=*test*&amp;amp;sort=cm:modified&lt;STRONG&gt;|true&lt;/STRONG&gt;&lt;/A&gt;) it does not work at all. There is no answer to the request returned. Where is my mistake? I really don't get it... Could you just adapt my request if there is a simple error in it? Am I missing some characters or something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your patience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2016 11:52:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309278#M262408</guid>
      <dc:creator>kingkong</dc:creator>
      <dc:date>2016-10-02T11:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309279#M262409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tested this webscript in my environment ,it works fine,Following is a snapshot of search result .&lt;/P&gt;&lt;P&gt;Maybe it is a bug of your alfresco edition?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="无标题.png" class="image-1 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/9722_无标题.png" style="width: 620px; height: 484px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 11:57:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309279#M262409</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2016-10-04T11:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the search webscript?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309280#M262410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran into the same issue. The problem is the pipe character "|". You need to encode it as %7C in the url and it will work.&lt;/P&gt;&lt;P&gt;for example:&amp;nbsp; sort=cm:name%7Cfalse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this out by going to the faceted-search page in share and inspecting the query in the network tab. That will show you the proper way to use and encode all the parameters, since it uses the slingshot search webscript as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Mitch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 19:40:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-the-search-webscript/m-p/309280#M262410</guid>
      <dc:creator>mitchb</dc:creator>
      <dc:date>2016-10-26T19:40:41Z</dc:date>
    </item>
  </channel>
</rss>

