It might have been a later release we perfected the search on - even though typing works I assume it's not easy to remember them all
Till you can upgrade simply type this into the main search bar:
$set:domainsrch 100
(Or whatever max value you want.)
That will display them on left tree and in the new account view dropdown, however that's only temporary for the session.
In the code from 4.0 & 4.5:
Code:
} else if (argv[0] && argv[0].toLowerCase() == "domainsrch") {
ZaDomain.MAXSEARCHRESULTS = argv[1];
alert("Setting domain search limit to:" + argv[1]);
this._app.searchDomains();
} It is intentionally that way, for instance search results:
View > 25 accounts per page in Admin Console
If you're looking for something more permanent - below at own discretion of course:
Just as that thread deals with RESULTSPERPAGE you want MAXSEARCHRESULTS = "50"; but read that thread to understand you have to update it in more than just BRANCH/ZimbraWebClient/WebRoot/
js/zimbraAdmin/config/settings/ZaSettings, on your machine that get's put into /opt/zimbra/conf/tomcat/webroot/zimbraAdmin/
js/ZimbraAdmin_all.
js > ZimbraAdmin_all_.
js.zgz - also probably need to clear tomcat's work folder after you stop zimbra to have it go into effect on next restart.