@@ -98,7 +98,7 @@ |
||
98 | 98 | private function filter(SelectInterface $q, array $options) : void |
99 | 99 | { |
100 | 100 | if (isset($options['on'])) { |
101 | - $q->whereLike('query_on', $options['on'] . '%'); |
|
101 | + $q->whereLike('query_on', $options['on'].'%'); |
|
102 | 102 | } |
103 | 103 | |
104 | 104 | if (isset($options['by'])) { |