Damjan
Damjan
I have implemented the latest version of this package in my project, and I'm using Vue2. This is my code ``` ``` I have images array in data, but when...
In here ``` public function apply($query, $data) { if(isset($data['f'])) { foreach($data['f'] as $filter) { $filter['match'] = isset($filter['filter_match']) ? $ $filter['filter_match'] : 'and'; //here is the thing $this->makeFilter($query, $filter); } }...