Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
if i call the paginate or simplePaginate method some results seem to appear again and again on different pages.
Currently I cannot find the cause of the problem. Does anyone else have this problem?
hi,
if i call the paginate or simplePaginate method some results seem to appear again and again on different pages. Currently I cannot find the cause of the problem. Does anyone else have this problem?
Or am i doing something wrong?
My function at my data repository
The Controller