forked from LBRYCommunity/lbry-sdk
use normalized name instead
This commit is contained in:
parent
ab53cec022
commit
1098f0d2a3
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ TEXT_FIELDS = ['author', 'canonical_url', 'channel_id', 'claim_id', 'claim_name'
|
|||
'signature_digest', 'stream_type', 'title', 'tx_id', 'fee_currency', 'reposted_claim_id', 'tags']
|
||||
RANGE_FIELDS = ['height', 'fee_amount', 'duration', 'reposted']
|
||||
REPLACEMENTS = {
|
||||
'name': 'claim_name',
|
||||
'name': 'normalized_name',
|
||||
'txid': 'tx_id',
|
||||
'claim_hash': '_id',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue