Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jygaulier authored Jun 27, 2024
1 parent 4e62334 commit ecc5398
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public function searchRawAction(Request $request)

$search_result = $se->queryraw((string)$request->get('query'), $options);

$search_result['offset'] = $offset;
$search_result['limit'] = $limit;

$stopwatch->lap("queryraw");

// queryraw returns also a stopwatch, get and remove it
Expand Down

0 comments on commit ecc5398

Please sign in to comment.