aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-08-20 01:04:43 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-11-09 15:54:41 +0100
commit72245e41d0df20ec30967d12836170a07bf5b427 (patch)
treee806b4607c6092e2da5a58720003f5b54803e995 /phpBB/includes/search/fulltext_postgres.php
parent0556959a6af3868fe17093840a46340105483759 (diff)
downloadforums-72245e41d0df20ec30967d12836170a07bf5b427.tar
forums-72245e41d0df20ec30967d12836170a07bf5b427.tar.gz
forums-72245e41d0df20ec30967d12836170a07bf5b427.tar.bz2
forums-72245e41d0df20ec30967d12836170a07bf5b427.tar.xz
forums-72245e41d0df20ec30967d12836170a07bf5b427.zip
[ticket/11050] fix tidied search query docblock language
PHPBB3-11050
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;