normalized, not normalized_name

This commit is contained in:
Victor Shyba 2021-01-20 03:14:45 -03:00
parent 8b91b38855
commit 143d82d242

View file

@ -219,7 +219,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': 'normalized_name',
'name': 'normalized',
'txid': 'tx_id',
'claim_hash': '_id',
}