文档库--全文
This commit is contained in:
+1
@@ -519,6 +519,7 @@ public class DocumentSearchServiceImpl implements IDocumentSearchService {
|
|||||||
//第二次搜索的时候file_text中不包含搜索条件的时候将file_text赋值空(此时展示拼接的内容)
|
//第二次搜索的时候file_text中不包含搜索条件的时候将file_text赋值空(此时展示拼接的内容)
|
||||||
if("file_text".equals(entry.getKey())){
|
if("file_text".equals(entry.getKey())){
|
||||||
entry.setValue("");
|
entry.setValue("");
|
||||||
|
value = "";
|
||||||
}
|
}
|
||||||
count++;
|
count++;
|
||||||
//如果内容中不包含第二次搜索条件,则继续高亮第一处
|
//如果内容中不包含第二次搜索条件,则继续高亮第一处
|
||||||
|
|||||||
Reference in New Issue
Block a user