Multi query failed: (1064) sphinxql: syntax error, unexpected IDENT, expecting ')' or ',' near 'Alleud') as f1, IN(promo_state,'0','WA') as f2, IN(promo_country, '0', 'Belgium') as f3, geodist(50.6853626000, 4.3779197000, 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;'