asolopovas's avatar

When using scout search with load method pagination disappears

Hi everyone,

I am having strange trouble loading paginated search results that are retrieved via laravel socut.

https://laracasts.com/discuss/channels/laravel/laravel-scout-and-with?page=2

In my case I have Orders with customer if I do something like that

Order::search('1')->get(); It retrieves search results, if I do Order::serach('1')->paginate(5); it retrieves paginated results for Order model. But if I Do as it is advised in the link above Order::search->paginate(5)->load('customer'); I get colletion rather then paginated results, what could be the issue?

0 likes
0 replies

Please or to participate in this conversation.