...
|
...
|
@@ -217,7 +217,7 @@ public class SearchServiceHelper { |
|
|
//自定义标签
|
|
|
if (this.checkParamNotFiltered(paramMap, filterParamName, SearchRequestParams.SHOPS_PARAM_CUSTOMIZE_TAG)) {
|
|
|
int[] ids = ConvertUtils.stringToIntArray(paramMap.get(SearchRequestParams.SHOPS_PARAM_CUSTOMIZE_TAG), ",");
|
|
|
boolFilter.must(QueryBuilders.termsQuery(ProductIndexEsField.customizeTagId, ids));
|
|
|
boolFilter.must(QueryBuilders.termsQuery(ProductIndexEsField.customizeTagsId, ids));
|
|
|
}
|
|
|
// //////////////////////////////////////////不支持多个参数///////////////////////////////////////////////////////////
|
|
|
// 是否特价
|
...
|
...
|
|