forcedotcom / forcedotcom/b2b-commerce-on-lightning-quickstart
Special characters are incorrectly displayed as html entities in PLP
- Dominant language
- Shell
- Stars
- 191
- Forks
- 211
- PR merge metrics
- No merged PRs in 30d
Description
The filters of the PLP display special characters such as & and " as their html entities & and ". The built-in Results Layout component does not have the same problem It outputs & and " as they are.
The code should be fixed to address this bug. Currently anyone that codes a custom PLP will start with this lightning quickstart, which means that all of Salesforce's customers that have a custom PLP have this problem. It's possible that this happens in other areas of code as well, but I've noticed it on the PLP search result filters.

Contributor guide
No contributing guide indexed for this repository
Research direction
Compare the custom PLP search result filters with the built-in Results Layout component, which reportedly renders special characters correctly. Trace the filter output and identify where ampersands and quotation marks become HTML entities; done means the custom PLP displays those characters as characters rather than encoded entities.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100