SDK returns incorrect value of count
but data
correctly filtered by range()
and is()
#1275
Open
2 tasks done
Labels
bug
Something isn't working
Bug report
Describe the bug
I tried to retrieve data from a table as follows.
I wanted to know the number of data filtered by
range()
andis()
.However, the count value returns a value that ignores the
range()
.As a test, I set head to
false
and looked at thedata
in the return value, and it seems that therange
filter is applied there (see the screenshot).To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
The
count
value and the length of thedata
in the return value is the same.Screenshots
System information
The text was updated successfully, but these errors were encountered: