Open nicolasfranck opened 3 years ago
Catmandu::Store::MongoDB::Searcher#generator does not use attribute start:
$bag->searcher(start => 100,total => 100)->to_array
returns the same records as
$bag->searcher(start => 0,total => 100)->to_array
Catmandu::Store::MongoDB::Searcher#generator does not use attribute start:
$bag->searcher(start => 100,total => 100)->to_array
returns the same records as
$bag->searcher(start => 0,total => 100)->to_array