Hey guys.
I am using Enfold to build a site containing only pages. We all know that the built in wordpress search functionality is not that good.
So i installed a search relevance plugin to get relevant results first: http://wordpress.org/plugins/searchrelevance/
Theese are my searchresults on the searchresults page when i search for “Lödd”:
An theese are the results in the Ajax searchresults:
As you can see the ajax searchresults are not sorting to relevance.
We can’t have this on my the site. Either i fix so that the ajax results are the same as searchresults page or i remove the ajax functionality all together.
What do you think? Can it be fixed or should i remove the ajax functionality?
Hi basilicon!
To disable it, open js/avia.js go to line 30 and comment it:
//new $.AviaAjaxSearch({scope:'#header'});
Cheers!
Josue
Thank you!
That disabled it!