dever 5 years ago
parent
commit
877c411330
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/Database.php

+ 4 - 0
src/Database.php

@@ -385,6 +385,10 @@ class Database
             if ($oper) {
                 $info['parent'] .= '&' . str_replace('oper_', '', http_build_query($oper));
             }
+            $search = Dever::preInput('search_');
+            if ($search) {
+                $info['parent'] .= '&' . http_build_query($search);
+            }
             $top = Dever::preInput('top_');
             if ($top) {
                 $top_query = http_build_query($top);