string(474) "SELECT *, GEODIST(45.9703531, 9.0781116000001, lat, lon, {in=deg}) as distance , weight() AS weight FROM og_filver_it WHERE MATCH('(@sname "^bar e caffe$ ")|(@sname_duplicate_1 "<< bar << e << caffe")|(@!(sname,sname_duplicate_1) bar|e|caffe)') AND distance <= 5000 GROUP BY id_fil ORDER BY weight DESC, distance ASC LIMIT 100, 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); "