laravel-mongodb icon indicating copy to clipboard operation
laravel-mongodb copied to clipboard

distinct(), skip() and limit() are not working together

Open dipen-soni opened this issue 3 years ago • 0 comments

  • Laravel-mongodb Version: 3.*
  • PHP Version: 7.3.*
  • Lumen: 5.5.2

Description:

Steps to reproduce

  1. Keyword::distinct('keyword')->skip(0)->take(5)->get();
  2. This will give distinct records, but return all the records instead of 5

dipen-soni avatar May 04 '21 12:05 dipen-soni