Evenerik2 years agoLevel 1ReplyReport SpamI'm experiencing the exact same issue. Currently considering changing to another engine Like Reply 1 like
jackkitley1 year agoLevel 1ReplyReport Spam@raziacob Same issue here.... return $this->model->search() ->query(fn(Builder $query) => $query->with(['mainListingImage'])) ->options([ 'query_by' => 'vehicle_description, transmission, fuel_type, colour, year' ]) ->paginate(12) ->withQueryString(); Like Reply
Dave Wize1 year agoLevel 18ReplyReport SpamSame here. The pagination itself works but the pagination object returned contains only up untill current page. Like Reply