rsksmart / rsk-explorer

RSK Explorer
http://explorer.rsk.co
MIT License
16 stars 20 forks source link

bug: search with space character not working #107

Open bguiz opened 3 years ago

bguiz commented 3 years ago

What

Why

Steps to reproduce

For example, a search without any space characters works. If I type RIF into the search, I get multiple results, including some results containing RIF Dollar: https://explorer.rsk.co/search/RIF

On the other hand, a search with a space character does not work. If I type RIF Dollar into the search, I get zero results: https://explorer.rsk.co/search/RIFDollar

Noticing that the URL has stripped the space, I edit it manually to include %20, however, this still yields zero results: https://explorer.rsk.co/search/RIF%20Dollar

yemmyharry commented 7 months ago

@bguiz i would love to contribute to this.

bguiz commented 7 months ago

Perhaps @alepc253 you can follow up?