From fc83b07dcef2bc596bd43fbf464aafb40590ae76 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 30 Dec 2005 15:37:36 +0000 Subject: [PATCH] fix pgsql problem with entry quicksearch, thanks to Robert Treat --- docs/NEWS | 4 ++++ include/functions_entries.inc.php | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 467a12e..397f17d 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -75,6 +75,10 @@ Version 1.0 () Version 0.9.2 () ------------------------------------------------------------------------ + * Fix entry quicksearch on postgresql, where it returned the same + entry multiple times if it was contained in multiple categories. + Fix by Robert Treat, many thanks! + * Make templatechooser plugin emit a non-cached version of the stylesheet, so that user-changes will be visible without manually purging the cache (garvinhicking) diff --git a/include/functions_entries.inc.php b/include/functions_entries.inc.php index 1dd1030..49e52c9 100644 --- a/include/functions_entries.inc.php +++ b/include/functions_entries.inc.php @@ -699,7 +699,6 @@ function serendipity_searchEntries($term, $limit = '') { e.authorid, a.realname AS author, a.email, - ec.categoryid, e.timestamp, e.comments, e.title, -- 2.39.5