- Issue created by @amitlokulwar
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Since patches are no longer tested, a merge request needs to be provided.
- 🇺🇸United States bkelly
Hi Folks -
This is interesting but I don't believe this is as simple as adding a character to a regx. My first thought is what about , <, > and of course &....
These are common in the content that's being parsed.
I do think that special cases might be made possible via the "Priority Suggestions". If parsing rules were relaxed in some manner, (this may or may not be a complex issue). Then the special cases could be added to the index. There would have to be a respective change to the parsing in the SuggestionController so they weren't filtered out there also.
I haven't investigated these possibilities but those are my first impressions.
-- Bill Kelly
- 🇺🇸United States bkelly
Hi Folks -
Not a fully baked thought here but... if all the HTML entities were translated into their corresponding text characters first then an updated regx might work.
-- Bill Kelly