includes/search.php
changeset 36 425261984266
parent 21 663fcf528726
child 73 0a74676a2f2f
equal deleted inserted replaced
35:efae425e9b98 36:425261984266
    37  * 
    37  * 
    38  * Most of the time, this system is disabled. It is only used when MySQL can't or won't allow FULLTEXT indices.
    38  * Most of the time, this system is disabled. It is only used when MySQL can't or won't allow FULLTEXT indices.
    39  *
    39  *
    40  * @package Enano
    40  * @package Enano
    41  * @subpackage Page management frontend
    41  * @subpackage Page management frontend
    42  * @license GNU General Public License http://www.enanocms.org/Special:GNU_General_Public_License
    42  * @license GNU General Public License http://enanocms.org/Special:GNU_General_Public_License
    43  */
    43  */
    44 
    44 
    45 class Searcher
    45 class Searcher
    46 {
    46 {
    47   
    47