mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
total number of hits is returned in $searchresult['count']
This commit is contained in:
parent
90b3298b60
commit
73f136b41d
|
@ -231,8 +231,8 @@ if(((!isset($_GET["fullsearch"]) && $settings->_defaultSearchMethod == 'fulltext
|
|||
} else {
|
||||
$totalPages = 1;
|
||||
}
|
||||
$total = $searchresult['count'];
|
||||
}
|
||||
$total = $searchresult['total'];
|
||||
$searchTime = getTime() - $startTime;
|
||||
$searchTime = round($searchTime, 2);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user