|
@@ -252,7 +252,7 @@ public class EsDenseVectorService {
|
|
if (StringUtils.isEmpty(searchCondition)) {
|
|
if (StringUtils.isEmpty(searchCondition)) {
|
|
searchCondition = "PE = " + "(" + name + ")";
|
|
searchCondition = "PE = " + "(" + name + ")";
|
|
} else {
|
|
} else {
|
|
- searchCondition = searchCondition + " AND " + "PE = " + "(" + name + ")";
|
|
|
|
|
|
+ searchCondition = searchCondition + " AND " + "PE = " + "(" + "\"" + name + "\"" + ")";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (StringUtils.isNotEmpty(searchCondition)) {
|
|
if (StringUtils.isNotEmpty(searchCondition)) {
|