fix redirect in searchlist action
This commit is contained in:
parent
ccd9a3a371
commit
b47b64afe2
1 changed files with 1 additions and 2 deletions
|
@ -251,8 +251,7 @@ public class AdminSearchlistAction extends FessAdminAction {
|
|||
} );
|
||||
thread.start();
|
||||
saveInfo(messages -> messages.addSuccessDeleteSolrIndex(GLOBAL));
|
||||
final String contextPath = LaRequestUtil.getRequest().getContextPath();
|
||||
return newHtmlResponseAsRediect(contextPath + "/search/?query=" + LaFunctions.u(form.query));
|
||||
return redirectWith(getClass(), moreUrl("search").params("query", form.query));
|
||||
}
|
||||
|
||||
public boolean isSolrProcessRunning() {
|
||||
|
|
Loading…
Add table
Reference in a new issue