diff src/main/java/de/mpiwg/web/jsp/JSPProxy.java @ 48:13555aff1f88

new: multiple full text searching. topics and tasks improvement.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 21 Jan 2016 11:56:30 +0100
parents 9dbbbfd474f4
children 7c2e1b14b77d
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/web/jsp/JSPProxy.java	Mon Dec 28 12:54:55 2015 +0100
+++ b/src/main/java/de/mpiwg/web/jsp/JSPProxy.java	Thu Jan 21 11:56:30 2016 +0100
@@ -236,8 +236,12 @@
 					getSessionBean().getFullTextSearchPage().removeFocusedContent(true);
 				} else if(StringUtils.equals(action, "recoverFocusedContent")){
 					getSessionBean().getFullTextSearchPage().removeFocusedContent(false);
+					
+				// for searching in batch keywords
+				} else if(StringUtils.equals(action, "searchBatch")){
+						getSessionBean().getFullTextSearchPage().searchBatch();
 				
-				
+					
 				//PAGINATOR
 				} else if(StringUtils.equals(action, "firstPage")){
 					getSessionBean().getFullTextSearchPage().firstPage();