标签: magento magento-1.9.1
我正在尝试根据catalog / layer / view.phtml中的属性过滤器获取搜索产品结果
假设我的查询是这样的,如果我的属性过滤器是"长度"然后,
SELECT * FROM catalog_products WHERE searchstring LIKE' s%'和attribute_filter ='长度&#39 ;; 我怎样才能在magento中得到这个结果。