This topic is locked

Ajax in Advanced Search is slow

2/6/2008 7:42:52 PM
PHPRunner General questions
P
phpwalker author

I've notice the ajax in the advanced search form has really slowed down performance. Is there a way to turn off ajax in the advanced search?
(I don't want it turned off everywhere) ... sidenote: I have effectively shut off ajax in my quicksearch... and would like to do the same for advanced search.
or... is there a reason why this is running so slow? i have around 300,000 records in my database.
thanks for your help (and for your wonderful product),
karen

J
Jane 2/7/2008

Karen,
to turn off Ajax on the advanced search page only open generated ..._search.php file, find this line:

include("include/dbcommon.php");



and add this code just after:

$useAJAX = false;