original_reply |
[{"entity": "VTVV","summary": "VTVV is a popular winery in Mendocino County, perfect for wine enthusiasts looking to taste a variety of local wines in a beautiful setting."}] |
VTVV query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%VTVV%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('VTVV') OR SOUNDEX(post_title) LIKE SOUNDEX('vtvv') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%VTVV%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('VTVV')OR SOUNDEX(post_title) LIKE SOUNDEX('vtvv')OR (post_title LIKE '%VTVV%'))HAVING match_count >= 1ORDER BY match_count DESC; |
VTVV |
{"post":"","summary":"VTVV is a popular winery in Mendocino County, perfect for wine enthusiasts looking to taste a variety of local wines in a beautiful setting.","permalink":""} |
paragraph |
VTVV is a popular winery in Mendocino County, perfect for wine enthusiasts looking to taste a variety of local wines in a beautiful setting.<br><br> |