Answer the question
In order to leave comments, you need to log in
Laravel scout + paginate() only outputs the first 34 pages even though there are a lot more in the results [5.3]?
Hello everyone, here is a simple route that returns names from a database indexed by Scout + Algolia:
Route::get('/search/{query}', function ($query) {
return App\Actor::search($query)->paginate(30);
});
Answer the question
In order to leave comments, you need to log in
Maybe you have data not added to the index, try importing the dataphp artisan scout:import ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question