string(588) "SELECT *, GEODIST(45.9293175, 10.2694572, lat, lon, {in=deg}) as distance , GEODIST(45.9256174, 10.2493838, lat, lon, {in=deg}) as distance_seoncary, weight() AS weight FROM og_filver_it WHERE MATCH('(@sname "^comune e servizi comunali$ ")|(@sname_duplicate_1 "<< comune << e << servizi << comunali")|(@!(sname,sname_duplicate_1) comune|e|servizi|comunali)') AND distance <= 5000 GROUP BY id_fil ORDER BY weight DESC, distance ASC LIMIT 130, 10 OPTION ranker=expr('sum((word_count*15)+user_weight)'), field_weights=(sname=120, sname_duplicate_1=65, sname_duplicate_2=30, tags=15, adr=5); "