[OGo-Users] raise max. results for contacts

Adam Tauno Williams users@opengroupware.org
Wed, 16 Jan 2008 07:33:10 -0500


> 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.

-- 
          Consonance: an Open Source .NET OpenGroupware client.
 Contact:awilliam@whitemiceconsulting.com   http://freshmeat.net/projects/consonance/