Not a big issue, but something to think about - If you implement this module and are using basic Drupal search, the results will display html characters so your results might look like...

Product Name -sup-reg;-sup-Rest of Title

Comments

brentbice’s picture

Issue summary: View changes
brentbice’s picture

Issue summary: View changes
cs_shadow’s picture

As far as I can tell, titles are supposed to be plain-text and markdown is not allowed. So, aren't results supposed to look like that if they are in plain text. If I'm missing something, please let me know.

tangent’s picture

This looks like a straight-forward fix. The search module is not using normal node rendering so hook_preprocess_search_result() needs to be overridden. I'll try to get to that soon.

tangent’s picture

Status: Active » Fixed

Fix has been committed to 7.x and backported to 6.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.