[OGo-Users] raise max. results for contacts

Torsten Becker users@opengroupware.org
Thu, 17 Jan 2008 12:23:37 +0100


Adam Tauno Williams schrieb:
>> how can I raise the "max. results" above 1000 in the advanced Search of 
>> contacts?
>> I configured the default " LSMaxSearchCount" to 2000, but this seems not 
>> to be enough.
>>     
>
> You need to adjust the UI's MaxSearchCountPopUp in the templates
> (templates/PersonsUI/LSWPersonAdvancedSearch.wod).
>
> MaxSearchCountPopUp: WOPopUpButton {
>   name      = "maxsearchcount";
>   list      = ( "100", "200", "500", "600", "1000" );
>   item      = item;
>   string    = item;
>   selection = maxSearchCount;
> }
>
> On the other hand, any user interface returning 2,000 results seems
> really inefficient and probably pointless.
>
>   
Thank you. That helped. My customer wnts to print a complete list of 
Persons. For this they must be able to build a formletter that includes 
all persons...

I have another question, but will start a new thread for it.

Greetz,

Torsten