Authored by hongweigao

Merge branch 'feature/productTag' into release/5.2

... ... @@ -253,7 +253,7 @@ exports.processProductList = (list, options) => {
});
product.tags = tags;
isfew ? product.is_few = isfew : '';
isfew ? product.is_few = isfew : delete product.is_few;
}
if (options.query && _.isString(product.product_name)) {
let qreg = new RegExp(options.query, 'ig');
... ...