Skip to content

Commit 54f0c5d

Browse files
committed
BDOG-2077 Modify list.js source code to allow search by punctuation
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
1 parent 3323bc4 commit 54f0c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/list-2.3.0.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)