RediSearch / RSCoordinator

RediSearch coordinator
Other
23 stars 10 forks source link

FT.AGGREGATE with LIMIT returns `num - offset` results #205

Closed ashtul closed 3 years ago

ashtul commented 3 years ago

For example, if results for offset 0 num 5 are(1,2,3,4,5), with offset 1 num 3 the expected result is (2,3,4) but instead (3,4) is returned.