There is no way to increase this limit in the program -- it's hard coded. We put this in because search results actually take up quite a bit of memory, especially when you have thousands of them. So, if we put no limit on this, doing a lot of popular searches could fill up your available memory pretty quickly.
Thanks. |