文档库--全文

This commit is contained in:
zhn
2022-03-25 21:23:10 +08:00
parent acc9c296c0
commit a2e6d96d5a
@@ -519,6 +519,7 @@ public class DocumentSearchServiceImpl implements IDocumentSearchService {
//第二次搜索的时候file_text中不包含搜索条件的时候将file_text赋值空(此时展示拼接的内容)
if("file_text".equals(entry.getKey())){
entry.setValue("");
value = "";
}
count++;
//如果内容中不包含第二次搜索条件,则继续高亮第一处