Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTable search does not work for very long strings #2009

Open
hughess opened this issue May 15, 2024 · 0 comments
Open

DataTable search does not work for very long strings #2009

hughess opened this issue May 15, 2024 · 0 comments
Labels
bug Something isn't working customer request An Evidence customer has requested this

Comments

@hughess
Copy link
Member

hughess commented May 15, 2024

Steps To Reproduce

Add a column to a DataTable with 700+ characters in a cell and attempt to search within that string.

The fuzzy search logic isn't able to handle the matches because the match is such a small % of the total string length.

There are options to increase the match threshold and the match distance, but these would impact the quality of searches in more common scenarios.

Best option may be to have a 2-tiered search:

  1. Attempt exact match
  2. Attempt fuzzy match
@hughess hughess added bug Something isn't working to-review Evidence team to review customer request An Evidence customer has requested this labels May 15, 2024
@mcrascal mcrascal removed the to-review Evidence team to review label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working customer request An Evidence customer has requested this
Projects
None yet
Development

No branches or pull requests

2 participants