Skip to content

Search overwrites data with the case of the search value. #64

@bphelpsjr

Description

@bphelpsjr

When searching, the search term overwrites data in the JSON with the case of the search term. I have fixed it locally with the following code change: newHtml.push('<span class="match">${string.slice(index).match(regex)[0]}</span>') in the data-row.js file, replacing the current line newHtml.push('<span class="match">${searchTerm}</span>')

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