missing claim search - reposts + stream_type #82
Labels
No labels
area: database
area: documentation
area: elasticsearch
area: herald
area: packaging
area: scribe
consider soon
critical
dependencies
good first issue
hacktoberfest
help wanted
improvement
needs: repro
new feature
priority: blocker
priority: high
priority: low
priority: medium
type: bug
type: bug-fix
type: discussion
type: feature request
type: improvement
type: new feature
type: refactor
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/hub#82
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
randomly some reposts won't show when stream type is passed. It works for some though.
Compare:
{"jsonrpc":"2.0","method":"claim_search","params":{"page_size":36,"page":1,"claim_type":["repost"],"no_totals":true,"not_channel_ids":[],"order_by":["release_time"],"has_source":true,"channel_ids":["bc935e4482c6bf70d14dd872fae159a65c552eb3"],"release_time":">1657206000"},"id":1658422571434}
to
{"jsonrpc":"2.0","method":"claim_search","params":{"page_size":36,"page":1,"claim_type":["repost"],"no_totals":true,"not_channel_ids":[],"order_by":["release_time"],"has_source":true,"channel_ids":["bc935e4482c6bf70d14dd872fae159a65c552eb3"],"release_time":">1657206000","stream_types":["video"]},"id":1658422571434}