bitshares / open-explorer

Open Source BitShares Blockchain Explorer
https://open-explorer.io
MIT License
20 stars 41 forks source link

Asset search is case sensitive #7

Closed grctest closed 6 years ago

grctest commented 6 years ago

image

image

If you provide the incorrect asset case sensitivity the asset's details don't load.

grctest commented 6 years ago

In fact, this case-sensitivity response applies to accounts, markets & assets in a similar blank manner.

oxarbitrage commented 6 years ago

this has been fixed:

http://open-explorer.io/#/assets/bts is now equal to http://open-explorer.io/#/assets/BTS

http://open-explorer.io/#/accounts/stan is now equal to http://open-explorer.io/#/accounts/STaN

http://open-explorer.io/#/markets/CNY/BTS is now equal to http://open-explorer.io/#/markets/cNy/btS

grctest commented 6 years ago

Great work 👍