You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may only get 31 items in total(even though there are more claims that could be returned), since there are only claims from 31 different channels in those 1000 items.
If using smaller page_size there are more items that get returned in total. Since it's able to fill more pages, I guess.
This can currently be seen easily on spooky category on Odysee, when ordering by effective amount https://odysee.com/$/spooky?order=top with release_time removed
(44 channel_ids, but only 31 claims returned in total)
The text was updated successfully, but these errors were encountered:
I think currently on claim_search hub looks up to 1000 items for specific params.
And if I do claim_search with following params:
I may only get 31 items in total(even though there are more claims that could be returned), since there are only claims from 31 different channels in those 1000 items.
If using smaller
page_size
there are more items that get returned in total. Since it's able to fill more pages, I guess.This can currently be seen easily on spooky category on Odysee, when ordering by effective amount https://odysee.com/$/spooky?order=top with
release_time
removed(44 channel_ids, but only 31 claims returned in total)
The text was updated successfully, but these errors were encountered: