有这么一种情况,一个字段有包含多个值,要对单个值范围查找,怎么做? 比如:一种商品有多个价格,58、88,另外一个商品也有多个价格,100,120,现在要对商品价格进行范围查找,比如price>80 and price
另外有时可能会确定筛选的值为某个固定值,比如说筛选价格为500的值,使用addRange('price',500,500)吗?有没更好的写法
...fault ; 销售数量 [sales_amount] type = numeric index = self ; 价格 [price] type = numeric ; 上架时间 [uptime] type = numeric ; 商品类型 [goods_type] tyep = string tokenizer = full ; 商品权重 [weight] type = numeric ; 配送范围 [scope] type = strin...