Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Search highlighting bug: matched text is being changed to search value #38

@zcuric

Description

@zcuric

When using the search feature, if you search for a value like "TEST" and the actual data contains "test", the matched text is not only highlighted but is also converted to "TEST". This causes the original data to be modified in the view.

Expected behavior: The search should only highlight matching text (case-insensitive), but the underlying data and displayed text should remain unchanged. Only the highlight should be applied visually, not content replacement.

Steps to reproduce:

  1. Open the search feature in the viewer.
  2. Search for a value (e.g., "TEST").
  3. Observe that all matches (e.g., "test") are converted to the search value ("TEST") instead of just being highlighted.
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions