original_reply |
[{"entity": "Mendocino County wine tasting tours","summary": "Wine enthusiasts seeking a peaceful and fresh-air experience will love the Mendocino County wine tasting tours."}] |
Mendocino County wine tasting tours query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%County%wine%tasting%tours%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino County wine tasting tours') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino county wine tasting tours') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%County%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%wine%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%tasting%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%tours%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino County wine tasting tours')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino county wine tasting tours')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%County%' OR post_title LIKE '%wine%' OR post_title LIKE '%tasting%' OR post_title LIKE '%tours%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Mendocino County wine tasting tours |
{"post":"","summary":"Wine enthusiasts seeking a peaceful and fresh-air experience will love the Mendocino County wine tasting tours.","permalink":""} |
paragraph |
Wine enthusiasts seeking a peaceful and fresh-air experience will love the Mendocino County wine tasting tours.<br><br> |