Maximum number of Address to be displayed - AJAX
Simple, web-based address & phone book
Brought to you by:
chatelao
Hi,
I am using Addressbook and I found an issues when trying to display all the addresses in the DB.
I have approximately 2500 names in the DB and the system is only showing 2200 on the user nterface.
Is there a way to fix this or Are we limited with the Javascript?
Thank you!
Anonymous
The limit of 2200 items results from "include\address.class.php" line 387
$pagesize = 2200;
and can be changed. Unfortunately a larger pagesize limit results in an unacceptable long loading.