mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
set default limit in doSearch to 5
This commit is contained in:
parent
e8e24421b4
commit
858efedfdf
|
@ -679,7 +679,7 @@ function doSearch() { /* {{{ */
|
|||
$querystr = $app->request()->get('query');
|
||||
$mode = $app->request()->get('mode');
|
||||
if(!$limit = $app->request()->get('limit'))
|
||||
$limit = 8;
|
||||
$limit = 5;
|
||||
$resArr = $dms->search($querystr);
|
||||
$entries = array();
|
||||
$count = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user