mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11050] fix tidied search query docblock language
PHPBB3-11050
This commit is contained in:
parent
0556959a6a
commit
72245e41d0
4 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue