@@ -19,6 +19,10 @@ class CustomFieldFilter extends ModelFilter
return $this->where("group", $group);
}
+ public function key($key){
+ return $this->where("key", "like", "%$key%");
+ }
+
public function batch($batch)
{
$in = [];