You can specify the maximum number of results displayed at one time in filter results. This is specified in the server's web.config file. Within this file, you will find the following entry:
<!--WorkView Vars -->
<add key="WVMaxResults" value="1000" />
Set the value to equal the maximum number of results that you want displayed at one time.