Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a tag or category for an asset contains an ampersand (&), when creating links in the market, characters needs to be url encoded.
For example, in Rinkeby Test Network: https://market.oceanprotocol.com/asset/did:op:46D82feFC506eDD1831c11EA91fA3149179c4465
The category is "Agriculture & Bio Engineering", but if you click on the category near the top, you are redirected to: https://market.oceanprotocol.com/search?categories=Agriculture%20&%20Bio%20Engineering instead of https://market.oceanprotocol.com/search?categories=Agriculture%20%26%20Bio%20Engineering leading to different results.
Same thing with the tags field.
Other characters may need to be encoded as well.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If a tag or category for an asset contains an ampersand (&), when creating links in the market, characters needs to be url encoded.
For example, in Rinkeby Test Network:
https://market.oceanprotocol.com/asset/did:op:46D82feFC506eDD1831c11EA91fA3149179c4465
The category is "Agriculture & Bio Engineering", but if you click on the category near the top, you are redirected to:
https://market.oceanprotocol.com/search?categories=Agriculture%20&%20Bio%20Engineering
instead of
https://market.oceanprotocol.com/search?categories=Agriculture%20%26%20Bio%20Engineering
leading to different results.
Same thing with the tags field.
Other characters may need to be encoded as well.
The text was updated successfully, but these errors were encountered: