LibreCat / Catmandu-Store-MongoDB

A searchable store backed by MongoDB
https://metacpan.org/pod/Catmandu::Store::MongoDB
4 stars 2 forks source link

Catmandu::Store::MongoDB::Searcher#generator does not use attribute start #20

Open nicolasfranck opened 3 years ago

nicolasfranck commented 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