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

Fix text search #39

Merged
merged 3 commits into from Dec 24, 2022
Merged

Fix text search #39

merged 3 commits into from Dec 24, 2022

Conversation

cbouy
Copy link
Owner

@cbouy cbouy commented Dec 24, 2022

Fixes #34.

Text searches containing any of the following regex characters -[]{}()*+?.,\^$|# would automatically return an empty grid, preventing searching for CAS numbers and any other identifier or text containing the above characters.

This has been temporarily patched until a proper fix is released in the underlying list.js library.

@codecov-commenter
Copy link

Codecov Report

Merging #39 (a395307) into master (7723b24) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   90.43%   90.43%           
=======================================
  Files          10       10           
  Lines         523      523           
=======================================
  Hits          473      473           
  Misses         50       50           

Impacted file tree graph

@cbouy cbouy merged commit c4966b9 into master Dec 24, 2022
@cbouy cbouy deleted the fix-text-search branch December 24, 2022 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Searching CAS numbers
2 participants