WordPress databasfel: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'OR ( item_query = 'meta_query' AND item_key = 'vaxellada' AND item_value IN (...' at line 5]
SELECT MAX(item_query) as item_query, MAX(item_key) as item_key, item_value, COUNT(item_id) as count
FROM wp_jet_smart_filters_indexer
WHERE item_id IN (513,5341,205,174,48)
AND ( type = 'post' )
AND ( ( item_query = 'tax_query' AND item_key = 'location' AND item_value IN ('') ) OR ( item_query = 'tax_query' AND item_key = 'body-type' AND item_value IN ('115','120','132','135','150','151','152') ) OR ( item_query = 'meta_query' AND item_key = 'fuel-types' AND item_value IN ('gazoline','diesel','biodiesel','cng','electricity') ) OR OR ( item_query = 'meta_query' AND item_key = 'vaxellada' AND item_value IN ('Manuell','Automat','A eller M') ) )
GROUP BY item_key, item_value
ORDER BY item_value ASC