Open
Description
Feature request
What problem does this feature solve?
Search plugin should support regular replace paths.
What does the proposed API look like?
How should this be implemented in your opinion?
function getAllPaths repalce mode change: paths.indexOf(path)
to paths.match(RegExp)
Are you willing to work on this yourself?
yes.