aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/search/fulltext_postgres.php')
-rw-r--r--phpBB/includes/search/fulltext_postgres.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php
index 50546edec3..98bf010c93 100644
--- a/phpBB/includes/search/fulltext_postgres.php
+++ b/phpBB/includes/search/fulltext_postgres.php
@@ -78,7 +78,8 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
protected $user;
/**
- * Contains tidied search query
+ * Contains tidied search query.
+ * Operators are prefixed in search query and common words excluded
* @var string
*/
public $search_query;