aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SearchMySQL.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SearchMySQL.php')
-rw-r--r--includes/SearchMySQL.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/SearchMySQL.php b/includes/SearchMySQL.php
index 87878b6bc7a5..0e02a6845ddf 100644
--- a/includes/SearchMySQL.php
+++ b/includes/SearchMySQL.php
@@ -22,7 +22,6 @@
* Specific bits for MySQL 3 and 4 variants are in child classes.
* @addtogroup Search
*/
-
class SearchMySQL extends SearchEngine {
/**
* Perform a full text search query and return a result set.
@@ -176,6 +175,9 @@ class SearchMySQL extends SearchEngine {
}
}
+/**
+ * @addtogroup Search
+ */
class MySQLSearchResultSet extends SearchResultSet {
function MySQLSearchResultSet( $resultSet, $terms ) {
$this->mResultSet = $resultSet;