redash icon indicating copy to clipboard operation
redash copied to clipboard

Add search term highlighting in table results

Open LEEAHRI opened this issue 6 months ago • 1 comments
trafficstars

What type of PR is this?

  • [ ] Refactor
  • [x] Feature
  • [ ] Bug Fix
  • [ ] New Query Runner (Data Source)
  • [ ] New Alert Destination
  • [ ] Other

Description

When viewing large datasets, it's difficult to quickly locate search matches. I've added text highlighting for better readability, which currently applies to all searchable columns. I propose making this highlighting feature configurable. Looking for feedback on implementing this as an optional setting.

UI

image

LEEAHRI avatar May 16 '25 04:05 LEEAHRI

This is a cool feature. Can you please use the <mark> tag, which is designated for this use-case, and will let the front-end appropriately decide how to style the text to highlight?

deed02392 avatar May 18 '25 20:05 deed02392