searchable icon indicating copy to clipboard operation
searchable copied to clipboard

Pagination doesn't work ?

Open shankhadevpadam opened this issue 8 years ago • 3 comments

The search is worked perfectly but the page number doesn't shown in the view file. While using the paginate.

shankhadevpadam avatar Sep 16 '15 11:09 shankhadevpadam

i have same issue

AbdullahGhanem avatar Sep 21 '15 05:09 AbdullahGhanem

I guess this is a duplicate of https://github.com/nicolaslopezj/searchable/issues/73

mydnic avatar Sep 21 '15 07:09 mydnic

my solution is Controller: $query = 'search__string=' . $keyword . '&search__bedrooms=' . $bedroom_num . '&search__bathrooms=' . $bathroom_num; View: {!! $searched_properties->appends([$query])->render() !!}

ghost avatar Jan 25 '16 19:01 ghost