Skip to content

Commit

Permalink
BDOG-2077 Modify list.js source code to allow search by punctuation
Browse files Browse the repository at this point in the history
This bug was introduced in List.js:2.3.0, and a fix has been proposed
which has not yet been merged: javve/list.js#721

This commit uses the proposed fix above.

Futher detail:
Prior to v2.3.0, the search used regexp, so special chars had to be escaped.
However version 2.3.0 implemented a new, faster search which didn't use regexp.
Therefore by continuing to escape special chars, it's not possible to search for them.
This defunct 'replace' function should be removed
  • Loading branch information
jonnydh committed Aug 11, 2022
1 parent 3323bc4 commit 54f0c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/list-2.3.0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54f0c5d

Please sign in to comment.