Commit 88a0e0d0cdcb4206738b588374c5cf87f41bd7b2

Authored by bshuttle
1 parent 43d53e57

fix for KTS-1269: advanced search does not work.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5865 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
search/booleanSearch.php
... ... @@ -257,7 +257,7 @@ class BooleanSearchDispatcher extends KTStandardDispatcher {
257 257  
258 258 $aOptions = $collection->getEnvironOptions(); // extract data from the environment
259 259  
260   - $aOptions['result_url'] = KTUtil::addQueryStringSelf("action=performSearch&boolean_search_id=" . urlencode($sSearch));
  260 + $aOptions['return_url'] = KTUtil::addQueryStringSelf("action=performSearch&boolean_search_id=" . urlencode($sSearch));
261 261 $aOptions['empty_message'] = _kt("No documents or folders match this query.");
262 262  
263 263 $collection->setOptions($aOptions);
... ...