mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +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 $common_words = array();
|
||||
var $id;
|
||||
var $indexes;
|
||||
var $sphinx;
|
||||
|
||||
public function __construct(&$error)
|
||||
{
|
||||
|
Reference in New Issue
Block a user