One of my clients has a large site consisting of more than 2000 resources and unfortunately the AjaxSearch seems to timeout when conducting a searchs.
I have tried limiting the search by adding &whereSearch=`content:introtext` but to no avail, this hasn’t helped at all.
Can anyone suggestion alterative ways to refine and fix our search issue.
Thanks.
Could you add &debug=`1` in your snippet call, run a search as usual, open the debug/ajaxSearch_log.txt file, search the SQL order inside the file and then copy/paste this order in phpMyAdmin.
By doing this, you re-run the sql order directly inside MysQL. What are the results ? how long takes the request ? How many results ?
Don’t forget to unset the debug parameter after this test.
Thanks for the advice, is AjaxSearch capable of searching 1000s of resources or have I just met the limits in whats possible?