From 88a0e0d0cdcb4206738b588374c5cf87f41bd7b2 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Fri, 18 Aug 2006 11:34:17 +0000 Subject: [PATCH] fix for KTS-1269: advanced search does not work. --- search/booleanSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/booleanSearch.php b/search/booleanSearch.php index c0fb95d..b30870f 100755 --- a/search/booleanSearch.php +++ b/search/booleanSearch.php @@ -257,7 +257,7 @@ class BooleanSearchDispatcher extends KTStandardDispatcher { $aOptions = $collection->getEnvironOptions(); // extract data from the environment - $aOptions['result_url'] = KTUtil::addQueryStringSelf("action=performSearch&boolean_search_id=" . urlencode($sSearch)); + $aOptions['return_url'] = KTUtil::addQueryStringSelf("action=performSearch&boolean_search_id=" . urlencode($sSearch)); $aOptions['empty_message'] = _kt("No documents or folders match this query."); $collection->setOptions($aOptions); -- libgit2 0.21.4