cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced search (Search max Results)

lmoulin
Champ in-the-making
Champ in-the-making
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 ‘<search-max-results>100</search-max-results>’.
Why it doesn’t work because the system returns all resuts (normaly only the 100 first documents)
Thanks a lot.

Luc
3 REPLIES 3

dnind
Champ in-the-making
Champ in-the-making
In your web-client-config-custom.xml file the change needs to be between <config><client></client></config> tags, as in:

<config>
     <client>
       ……
     <!– limit search results to 100 –>
     <search-max-results>100</search-max-results>
        …..
     </client>
</config>

When I wanted to change where Alfresco looks for the web-client help files (<help-url>http://yourhelpurl</help-url>) 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.)

Hope this is of some help in your situation.  If not, hopefully someone else may have a better idea if this doesn't solve your problem.

lmoulin
Champ in-the-making
Champ in-the-making
Thanks it works fine 😉

mailvidi
Champ in-the-making
Champ in-the-making
Hi guys,

im badly looking for help in advanced search … any help is REALLY appreciated !!

In the Alfresco's advanced search, under "Look in Location", there are 2 options given, namely "All Spaces" & "Specify Space". When i click the "Click here to select a Space" option under "Specify Space", i get the various spaces i have.

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.

Is this possible, if so which r the files that i need to modify …

Thanx,
Vidi