When I search for /WEB-INF/jsp/common/layout/article/detail.jsp I want FARR to search for the consecutive folders; WEB-INF, jsp, common, layout and article + search for 'detail.jsp' in that last folder.
The path before /WEB-INF/ is unknown, it won't always be the same...
EXAMPLE; /WEB-INF/jsp/common/layout/article/detail.jsp should find:
1. C:\sites\prod\core\web\src\main\webapp\WEB-INF\jsp\common\layout\article
2. C:\sites\dev\core\web\src\main\webapp\WEB-INF\jsp\common\layout\article
Other search examples:
/WEB-INF/jsp/common/component/article/hftn.jsp
/WEB-INF/jsp/common/component/article/articlePagedListContainer.jsp
/WEB-INF/jsp/common/component/article/articlePagedListContent.jsp