Open shankhadevpadam opened 9 years ago
i have same issue
I guess this is a duplicate of https://github.com/nicolaslopezj/searchable/issues/73
my solution is Controller: $query = 'searchstring=' . $keyword . '&searchbedrooms=' . $bedroom_num . '&search__bathrooms=' . $bathroom_num; View: {!! $searched_properties->appends([$query])->render() !!}
The search is worked perfectly but the page number doesn't shown in the view file. While using the paginate.