Closed MikeElahi closed 3 years ago
Not sure if this is needed in scout? How would you use this?
Scout map the results using relevant based on keyword, where cursor pagination focus on attribute > lastId such as:
select * from users where id > 15 order by id asc limit 15;
Right. Don't think this is needed in Scout.
Hello, Since Cursor pagination has been added to the Laravel framework recently (https://github.com/laravel/framework/pull/37216), I was wondering whether this can be implemented for Scout as well?