diff --git a/SMF 2.1/SearchAPI-Sphinxql.php b/SMF 2.1/SearchAPI-Sphinxql.php index 3bfc78d2..95332101 100644 --- a/SMF 2.1/SearchAPI-Sphinxql.php +++ b/SMF 2.1/SearchAPI-Sphinxql.php @@ -37,7 +37,7 @@ class sphinxql_search extends search_api /** * @var string The minimum SMF version that this will work with */ - public $min_smf_version = 'SMF 2.1 Beta 1'; + public $min_smf_version = 'SMF 2.1 RC4'; /** * @var bool Whether or not it's supported @@ -461,7 +461,7 @@ function _cleanString($string) */ public function postCreated(array &$msgOptions, array &$topicOptions, array &$posterOptions) { - return ture; + return true; // !! SphinxQL Does support updating the search index from its QL interface. // !! Sphinx for SMF does not support this at this time. Code is provided // !! here as examples/testing purposes. @@ -568,7 +568,7 @@ public function postCreated(array &$msgOptions, array &$topicOptions, array &$po */ public function postModified(array &$msgOptions, array &$topicOptions, array &$posterOptions) { - return ture; + return true; // !! SphinxQL Does support updating the search index from its QL interface. // !! Sphinx for SMF does not support this at this time. Code is provided // !! here as examples/testing purposes. @@ -586,7 +586,7 @@ public function postModified(array &$msgOptions, array &$topicOptions, array &$p */ public function postRemoved($id_msg) { - return ture; + return true; // !! SphinxQL Does support updating the search index from its QL interface. // !! Sphinx for SMF does not support this at this time. Code is provided // !! here as examples/testing purposes. @@ -627,7 +627,7 @@ public function postRemoved($id_msg) */ public function topicsRemoved(array $topics) { - return ture; + return true; // !! SphinxQL Does support updating the search index from its QL interface. // !! Sphinx for SMF does not support this at this time. Code is provided // !! here as examples/testing purposes. @@ -664,7 +664,7 @@ public function topicsRemoved(array $topics) */ public function topicsMoved(array $topics, $board_to) { - return ture; + return true; // !! SphinxQL Does support updating the search index from its QL interface. // !! Sphinx for SMF does not support this at this time. Code is provided // !! here as examples/testing purposes. diff --git a/package-info.xml b/package-info.xml index a9de8867..a5b13099 100644 --- a/package-info.xml +++ b/package-info.xml @@ -15,12 +15,12 @@ - + - +