use normalized name instead

This commit is contained in:
Victor Shyba 2021-01-20 02:53:45 -03:00
parent ab53cec022
commit 1098f0d2a3

View file

@ -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',
}