The RealSearch WordPress Search Plugin replaces MySQL based search with much more Lucene based one, thus, delivering more accurate and relevant search results..
The RealSearch Plugin offers Live AJAX Search it achieves this by pre-caching 500 documents, and if the searched keyword does not match any of them, then it will do AJAX search request..
Upload the plugin files to the wp-content plugins RealSearchLittle directory, or install the plugin through WordPress plugins screen directly..
Allow the server to read and write files in the wp-content realsearch folder..
Activate the plugin through 'Plugins screen WordPress.
Use 'Admin > RealSearh Little screen to configure the plugin.
You can disable Live Ajax Search in Settigns page, or you can add css file in tpl ajax search themes with the same name as your theme and you fix the css issues...
This means, that the theme does not use the 'the excerpt hook when displaying the search results.
You should notify the Theme author, or you can fix it usually by editing the theme's search php file...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more