If you have Joomla and you are using Ja_Purity_ii Template and RokAjaxSerch module may be your search does not works properly : impossible find any word.
Well I got that problem and I solved thanks to augustinovp, developer member, because it posted the solution on JoomlArt.com.
REFERENCES
-JoomlArt Forum (you need a free registration)- RokAjaxSearch (download page)
- Ja_Purity_ii from JoomlArt (download page)
Here a copy of that post.
first of all, backup your template
You have a file named component.php in your template directory
open up and find the following code:
<body class="contentpane"> <div class="column"> <jdoc:include type="message" /> <jdoc:include type="component" /> </div> </body>
and replace with:
<body class="contentpane"> <jdoc:include type="message" /> <jdoc:include type="component" /> </body>
clear the joomla and browser cache, then try if it works
...if still not working
find this directory :
www.yoursite.com/templates/ja_purity_ii/html/
inside you have to rename or delete the following folders:
mod_search
see if it works....
if not, rename or remove:
com_search
clear cache and test again, see if it works
in my website i don't have ja_purity_ii installed so i could not test if this is 100% working
but i have a similar ja-t3 framework template and for me is working this solution with latest rokajaxsearch module