Menu

#8 Maximum number of Address to be displayed - AJAX

open
nobody
None
5
2016-01-20
2011-12-27
Anonymous
No

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!

Discussion

  • Bauer

    Bauer - 2012-10-15

    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.

     
  • Anonymous

    Anonymous - 2016-01-20
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel