Commit 5e0e1aaef5c37042c090569f2ae8d180808fc809
1 parent
e89556f2
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); | ... | ... |