We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fea7d commit f045fcbCopy full SHA for f045fcb
opengrok-web/src/main/webapp/search.jsp
@@ -86,6 +86,7 @@ include file="projects.jspf"
86
SuggesterServiceFactory.getDefault().onSearch(cfg.getRequestedProjects(), searchHelper.query);
87
if (searchHelper.redirect != null) {
88
response.sendRedirect(searchHelper.redirect);
89
+ return;
90
}
91
if (searchHelper.errorMsg != null) {
92
cfg.setTitle("Search Error");
0 commit comments