==================================== Search reloaded Plugin for WordPress ==================================== Documentation ------------- http://www.semiologic.com/software/search-reloaded/ Terms of use ------------ This software is copyright Mesoconcepts Ltd, and is distributed under the terms of the Mesoconcepts license. In a nutshell, you may freely use it for any purpose, but may not redistribute it without written permission. http://www.semiologic.com/legal/license/ Hat tips -------- * Mike Koepke * David Benton * Timothy Llewellynn Change log ---------- v.2.8 - Feb 23rd, 2007 * WP 2.1.1 compat v.2.7 - Feb 1st, 2007 * WP 2.1 compat v.2.6 - Nov 17th, 2006 * Now catching empty regex v.2.5 - Sep 9th, 2006 * Automatically switch table type to MyISAM v.2.4 - Aug 30th, 2006 * Bug fix * Now searches in static pages with an article.php template only v.2.3 - Aug 16th, 2006 * No longer interferes with the search queries in the WP Admin area * Mu Compat v.2.2 - Dec 28th, 2005 * Removed the forgotten var_dump v.2.1 - Dec 21st, 2005 * Fixed php 4 issues * Fixed a WP2 issue v.2.0 - Nov 21st, 2005 * Rewrote as class * Performance optimization * Dropped several 'enhancements' due to their lack of relevance in practice v.1.2 - Oct 25th, 2005 * Ignores password protected posts v.1.1 - Oct 24th, 2005 * Removed the left word boundary from the search query v.1.0 - July 20th, 2005 * Added sem_search_posts() for use as an API * Security fix v.0.6 - July 20th, 2005 * Fixed a bug that occurred when posts per page was set to -1 v.0.5 - July 4th, 2005 * Added Type=MyISAM to enforce full text index v.0.4 - June 30th, 2005 * Search within excerpt, but for real, this time :P * Added a flush argument v.0.3 - June 29th, 2005 * Search within excerpt too v.0.2 - June 28th, 2005 * Revamped the indexing procedure to make it fail safe v.0.1 - June 15th, 2005 * Initial release