mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/sphinx-fulltext-search] add class properties indexes & sphinx
PHPBB3-10946
This commit is contained in:
parent
0e9174d168
commit
2503581cd5
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ class phpbb_search_fulltext_sphinx
|
|||
var $search_query;
|
||||
var $common_words = array();
|
||||
var $id;
|
||||
var $indexes;
|
||||
var $sphinx;
|
||||
|
||||
public function __construct(&$error)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue