SELECT p.iPostID, p.iPostType, p.iAdType, p.iUserType, p.strTitle, p.iSubType, p.iItemType, p.iPrice, p.iPriceUnit, json_unquote(p.jsonLocation->"$.city") AS city, p.jsonExtra, p.tmPosted, p.iShowImg, p.strImages, p.strVideos, p.strPostURL FROM posts p WHERE p.iActive=1 AND p.iPostType=12 AND iPostID IN (SELECT t.iPostID FROM posttext t WHERE t.iDomID=101 AND MATCH (t.strSearch) AGAINST ('+post +classifieds +ads +for +free' IN BOOLEAN MODE)) AND iCityID IN (68813,69499,68286,69532,68817,70345,67981,67357,69230,70235,69389,68740,67002) ORDER BY FIELD(iCityID, 68813,69499,68286,69532,68817,70345,67981,67357,69230,70235,69389,68740,67002) ASC, p.tmPosted DESC LIMIT 24