rabin 1 month ago
parent
commit
2ac4344f98
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/Page.php

+ 2 - 1
lib/Page.php

@@ -829,7 +829,8 @@ class Page extends Auth
                     if (is_array($value)) {
                         $t = implode(',', $value);
                     }
-                    $where[$v['key']] = ['like', $t];
+                    //$where[$v['key']] = ['group', $t];
+                    $where[$v['key']] = $t;
                 } elseif ($v['type'] == 'like') {
                     $where[$v['key']] = ['like', $value];
                 } elseif ($v['type'] == 'in') {