mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[feature/sphinx-fulltext-search] add class properties indexes & sphinx
PHPBB3-10946
This commit is contained in:
@@ -44,6 +44,8 @@ class phpbb_search_fulltext_sphinx
|
|||||||
var $search_query;
|
var $search_query;
|
||||||
var $common_words = array();
|
var $common_words = array();
|
||||||
var $id;
|
var $id;
|
||||||
|
var $indexes;
|
||||||
|
var $sphinx;
|
||||||
|
|
||||||
public function __construct(&$error)
|
public function __construct(&$error)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user