更新:查询岗位时,学历不准的问题。
This commit is contained in:
@@ -615,7 +615,7 @@ public class ESJobSearchImpl implements IESJobSearchService
|
|||||||
.match(ESJobDocument::getDescription,jobQuery.getJobTitle().trim(),1.0f));
|
.match(ESJobDocument::getDescription,jobQuery.getJobTitle().trim(),1.0f));
|
||||||
}
|
}
|
||||||
if(hasText(jobQuery.getEducation())){
|
if(hasText(jobQuery.getEducation())){
|
||||||
wrapper.and(a->a.le(ESJobDocument::getEducation,jobQuery.getEducation().trim()));
|
wrapper.and(a->a.eq(ESJobDocument::getEducation,jobQuery.getEducation().trim()));
|
||||||
}
|
}
|
||||||
if(hasText(jobQuery.getArea())){
|
if(hasText(jobQuery.getArea())){
|
||||||
List<Integer> integers = StringUtil.convertStringToIntegerList(jobQuery.getArea().trim());
|
List<Integer> integers = StringUtil.convertStringToIntegerList(jobQuery.getArea().trim());
|
||||||
|
|||||||
Reference in New Issue
Block a user