Multi query failed: (1064) sphinxql: syntax error, unexpected IDENT, expecting ')' or ',' near 'Elsa') as f1, IN(promo_state,'0','TS') as f2, IN(promo_country, '0', 'Italy') as f3, geodist(43.3426233000, 11.0450266000, latitude, longitude) dist from promotions where f1=1 and f2=1 and f3=1 and featured > 0 group by event_id order by featured DESC, promo_ranking DESC, start_time ASC limit 20;'