LBRY SDK has tons of options when it comes to searching. Even LBRY Desktop or Odysee dot com doen't use all of them. Well perhaps because most of them are very nerdy. I want to eventually implement a UI thing for each search option. Here will be a list of the checklists for them all. I will start implementing the more common first. And slowly make my way up to the nerdy ones.
LBRY SDK has tons of options when it comes to searching. Even LBRY Desktop or Odysee *dot* com doen't use all of them. Well perhaps because most of them are very nerdy. I want to eventually implement a UI thing for each search option. Here will be a list of the checklists for them all. I will start implementing the more common first. And slowly make my way up to the nerdy ones.
( https://lbry.tech/api/sdk#claim_search )
- [x] name
- [x] text
- [x] claim_id
- [x] claim_ids
- [ ] txid
- [ ] nout
- [x] channel
- [x] channel_ids
- [x] not_channel_ids
- [ ] has_channel_signature
- [ ] valid_channel_signature
- [ ] invalid_channel_signature
- [ ] limit_claims_per_channel
- [ ] is_controlling
- [ ] public_key_id
- [ ] reposted_claim_id
- [x] any_tags
- [x] all_tags
- [x] not_tags
- [ ] any_languages
- [ ] all_languages
- [ ] not_languages
Next ones support equality constraints:
- [ ] height
- [ ] timestamp
- [ ] creation_height
- [ ] creation_timestamp
- [ ] activation_height
- [ ] expiration_height
- [ ] release_time
- [ ] amount
- [ ] support_amount
- [ ] effective_amount
- [ ] trending_score
- [ ] reposted
- [ ] fee_amount
- [ ] duration
Variable:
- [x] claim_type
- [x] stream_type
- [x] media_type
- [ ] free_currency
- [x] order_by
https://notabug.org/jyamihud/FastLBRY-GTK/commit/6b89e56e4707a28b032efb6ae011ab8e44d625f0
https://notabug.org/jyamihud/FastLBRY-GTK/commit/0984cf2894b1155a8c2bd5f13d4e7d7f4f52a433
https://notabug.org/jyamihud/FastLBRY-GTK/commit/29b961034145249b413bd78c901b1abc71083e8c
https://notabug.org/jyamihud/FastLBRY-GTK/commit/32ac01195ef55822523bcd98a07e2f5443013072
LBRY SDK has tons of options when it comes to searching. Even LBRY Desktop or Odysee dot com doen't use all of them. Well perhaps because most of them are very nerdy. I want to eventually implement a UI thing for each search option. Here will be a list of the checklists for them all. I will start implementing the more common first. And slowly make my way up to the nerdy ones.
( https://lbry.tech/api/sdk#claim_search )
Next ones support equality constraints:
Variable:
6b89e56e47
0984cf2894
29b9610341
32ac01195e