We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41949ac commit 7562bdfCopy full SHA for 7562bdf
interface/lib/classes/listform.inc.php
@@ -135,6 +135,9 @@ public function getSearchSQL($sql_where = '')
135
//*TODO: comment = hat sich die suche ge�ndert
136
if(isset($_REQUEST[$search_prefix.$field]) && isset($_SESSION['search'][$list_name][$search_prefix.$field]) && $_REQUEST[$search_prefix.$field] != $_SESSION['search'][$list_name][$search_prefix.$field]){
137
$this->searchChanged = 1;
138
+
139
+ //* Jump back to page 1 of the list when search has changed.
140
+ $_SESSION['search'][$list_name]['page'] = 0;
141
}
142
143
//* Store field in session
0 commit comments