DB Error 1054 : Unknown column 'att.filter_code' in 'field list'
Query: SELECT attval.id , attval.attributeId , attval.value , attval.description , attval.api_key , attval.value_en , att.attribute_code , att.filter_code, att.name , att.ordering FROM idv_attribute_value attval LEFT JOIN idv_attribute att ON attval.attributeId = att.id WHERE att.id IN (1) AND att.isSearch=1 ORDER BY attval.ordering DESC