Skip to content

Commit 3421a7c

Browse files
committed
include request.GET in _searchresults_statistics()
1 parent a403868 commit 3421a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peterbecom/api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def _filter_postprocessing_queryset(qs, request_GET):
442442
def searchresults(request):
443443

444444
context = {
445-
"statistics": _searchresults_statistics(),
445+
"statistics": _searchresults_statistics(request.GET),
446446
"records": _searchresults_records(request.GET),
447447
}
448448

0 commit comments

Comments
 (0)