Reply To: Trying to stop JS to add in-line CSS for the .orig class

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Trying to stop JS to add in-line CSS for the .orig class Reply To: Trying to stop JS to add in-line CSS for the .orig class

#4575
Ernest Marcinko
Ernest Marcinko
Keymaster

Everything is passed back to the includes/search/search_content.class.php file, that’s where the query is created.

Then, if you var_dump the $res variable in the hooks.php file, you will see which results you get.

Also, I use to dump the query as well to check for errors and such, line 595 in includes/search/search_content.class.php. The line is already there, you only need to uncomment.

The almost final query is on lines 348-382. Parts within { } brackets are later replaced (like {like_query} and such).
The results are then post-processed, but this is the main query for both ajax and non-ajax searches.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)