mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/11050] fix tidied search query docblock language
PHPBB3-11050
This commit is contained in:
@@ -59,7 +59,8 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
|
|||||||
public $word_length = array();
|
public $word_length = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains tidied search query
|
* Contains tidied search query.
|
||||||
|
* Operators are prefixed in search query and common words excluded
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $search_query;
|
public $search_query;
|
||||||
|
@@ -35,7 +35,8 @@ class phpbb_search_fulltext_native extends phpbb_search_base
|
|||||||
public $word_length = array();
|
public $word_length = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains tidied search query
|
* Contains tidied search query.
|
||||||
|
* Operators are prefixed in search query and common words excluded
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $search_query;
|
public $search_query;
|
||||||
|
@@ -78,7 +78,8 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
|
|||||||
protected $user;
|
protected $user;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains tidied search query
|
* Contains tidied search query.
|
||||||
|
* Operators are prefixed in search query and common words excluded
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $search_query;
|
public $search_query;
|
||||||
|
@@ -114,7 +114,8 @@ class phpbb_search_fulltext_sphinx
|
|||||||
protected $config_file_data = '';
|
protected $config_file_data = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains tidied search query
|
* Contains tidied search query.
|
||||||
|
* Operators are prefixed in search query and common words excluded
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $search_query;
|
public $search_query;
|
||||||
|
Reference in New Issue
Block a user