RediSearch / redisearch-go

Go client for RediSearch
https://redisearch.io
BSD 3-Clause "New" or "Revised" License
293 stars 65 forks source link

total in processAggQueryReply & processAggReply returns an incorrect value #178

Open hah opened 1 year ago

hah commented 1 year ago

the variable total is set to the chunk size's length not to the total size

My query as per the cli has a total length of 97 docs

image

if i do the same query via the functions, the total returned is the limit of the query