-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The search method does not support regex pattern.
To Reproduce
const search = 'some string'
const searchRegex = new RegExp(search, 'gi')
jsonViewer.search(searchRegex)
Expected behavior
As per doc, the search
method should support regex patterns
Desktop (please complete the following information):
- OS: macOS
- Browser Chrome
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working