500 Error if a very common keyword is given for search
-
Hello,
I have a site with 15,000 Jobs (custom post type) running with latest version of WordPress and Relevanssi.
I am facing a strange problem –
If someone search for “marketing job” or “dtp job” etc. it is showing the jobs properly.
But if someone just put “job” or any other very common term in the search, the search page fails (500 Error)I think these common terms are returning huge results that is causing ‘execution timeout’ or ‘memory overflow’.
Can you pls have a look and update this awesome plugin?
Thanks
P.S. I am using this type of code-block to have a custom search –
$search_query = new WP_Query($args); relevanssi_do_query($search_query);
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘500 Error if a very common keyword is given for search’ is closed to new replies.