@@ -92,7 +92,7 @@ |
||
92 | 92 | private function filter($q, $options) |
93 | 93 | { |
94 | 94 | if (isset($options['on'])) { |
95 | - $q->whereLike('query_on', $options['on'] . '%'); |
|
95 | + $q->whereLike('query_on', $options['on'].'%'); |
|
96 | 96 | } |
97 | 97 | |
98 | 98 | if (isset($options['by'])) { |