Skip to content

Commit

Permalink
remember 'Search in title only' selection across search pages
Browse files Browse the repository at this point in the history
  • Loading branch information
vendeeglobe committed Apr 7, 2024
1 parent 8e7d26a commit 82171a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/search.php
Expand Up @@ -146,7 +146,7 @@
'FROM ' . $prefix . 'page a ' .
$selector, true);

$pagination = $this->pagination($count['n'], $limit, 'p', ['phrase' => $phrase, 'lang' => $lang]);
$pagination = $this->pagination($count['n'], $limit, 'p', ['phrase' => $phrase, 'topic' => 'on', 'lang' => $lang]);

// load search results
$results = $this->db->load_all(
Expand Down

0 comments on commit 82171a1

Please sign in to comment.