<?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 Advanced search (Search max Results) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/advanced-search-search-max-results/m-p/47745#M27150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my repository, I have around 80000 documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;During the advanced search, the system takes lots of time to return all documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I want to limit the number of results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have set on the file â€˜web-client-configâ€™ the tag â€˜&amp;lt;search-max-results&amp;gt;100&amp;lt;/search-max-results&amp;gt;â€™.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why it doesnâ€™t work because the system returns all resuts (normaly only the 100 first documents)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2007 17:05:51 GMT</pubDate>
    <dc:creator>lmoulin</dc:creator>
    <dc:date>2007-02-26T17:05:51Z</dc:date>
    <item>
      <title>Advanced search (Search max Results)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-search-search-max-results/m-p/47745#M27150</link>
      <description>In my repository, I have around 80000 documents.During the advanced search, the system takes lots of time to return all documents.So, I want to limit the number of results.I have set on the file â€˜web-client-configâ€™ the tag â€˜&amp;lt;search-max-results&amp;gt;100&amp;lt;/search-max-results&amp;gt;â€™.Why it doe</description>
      <pubDate>Mon, 26 Feb 2007 17:05:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-search-search-max-results/m-p/47745#M27150</guid>
      <dc:creator>lmoulin</dc:creator>
      <dc:date>2007-02-26T17:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced search (Search max Results)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-search-search-max-results/m-p/47746#M27151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In your web-client-config-custom.xml file the change needs to be between &amp;lt;config&amp;gt;&amp;lt;client&amp;gt;&amp;lt;/client&amp;gt;&amp;lt;/config&amp;gt; tags, as in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;client&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ……&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– limit search results to 100 –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;search-max-results&amp;gt;100&amp;lt;/search-max-results&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …..&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/client&amp;gt;&lt;BR /&gt;&amp;lt;/config&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;BR /&gt;&lt;SPAN&gt;When I wanted to change where Alfresco looks for the web-client help files (&amp;lt;help-url&amp;gt;&lt;/SPAN&gt;&lt;A href="http://yourhelpurl" rel="nofollow noopener noreferrer"&gt;http://yourhelpurl&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/help-url&amp;gt;) I didn't put it between the above tags - after several restarts and looking at other config files I finally worked it out! (Pretty frustrating at the time though.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this is of some help in your situation.&amp;nbsp; If not, hopefully someone else may have a better idea if this doesn't solve your problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 12:11:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-search-search-max-results/m-p/47746#M27151</guid>
      <dc:creator>dnind</dc:creator>
      <dc:date>2007-02-27T12:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced search (Search max Results)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-search-search-max-results/m-p/47747#M27152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks it works fine &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 12:33:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-search-search-max-results/m-p/47747#M27152</guid>
      <dc:creator>lmoulin</dc:creator>
      <dc:date>2007-02-27T12:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced search (Search max Results)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/advanced-search-search-max-results/m-p/47748#M27153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;im badly looking for help in advanced search … any help is REALLY appreciated !!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Alfresco's advanced search, under "Look in Location", there are 2 options given, namely "All Spaces" &amp;amp; "Specify Space". When i click the "Click here to select a Space" option under "Specify Space", i get the various spaces i have. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, these spaces are listed as radio buttons, so im able to select only one particular space. My requirement is to make these as checkboxes, so that the user can select more than one space for performing the search. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible, if so which r the files that i need to modify … &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vidi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:19:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/advanced-search-search-max-results/m-p/47748#M27153</guid>
      <dc:creator>mailvidi</dc:creator>
      <dc:date>2007-02-28T10:19:55Z</dc:date>
    </item>
  </channel>
</rss>

