From 72245e41d0df20ec30967d12836170a07bf5b427 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Mon, 20 Aug 2012 01:04:43 +0530 Subject: [ticket/11050] fix tidied search query docblock language PHPBB3-11050 --- phpBB/includes/search/fulltext_postgres.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/includes/search/fulltext_postgres.php') 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; -- cgit v1.2.1