<!-- Please don't delete this template or we'll close your issue --> <!-- Please use English language --> <!-- Before creating an issue please make sure you are using the latest version of Docsify. --> <!-- Please ask questions on StackOverflow 👉 https://stackoverflow.com/questions/ask?tags=docsify --> ## 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.