Reading the Note field of a transaction with the Indexer

Hi,

I’m trying to read the note field for an asset that was created on the TestNet with the JS SDK. I have been able to do that following the instructions on the tutorial by retrieving the information from a transaction using an algodclient, but as far as I’m concerned that is only useful to retrieve the information from the last thousand blocks, so I wanted to use the indexer via an api, but I noticed that the note field formats are different when they are read with an algodclient or with an indexer. So at first I was trying to decode the note that I read from the indexer the usual way, but that didn’t work. Is there some additional decoding that I should perform or so way to read the note field with the indexer? Thanks!