original_reply |
[{"entity": "Visit Mendocino","summary": "For those looking for events in November, Visit Mendocino's website is a valuable resource providing a comprehensive list of happenings, festivals, and activities throughout the county."}] |
Visit Mendocino query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Visit%Mendocino%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Visit Mendocino') OR SOUNDEX(post_title) LIKE SOUNDEX('visit mendocino') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Visit%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Visit Mendocino')OR SOUNDEX(post_title) LIKE SOUNDEX('visit mendocino')OR (post_title LIKE '%Visit%' OR post_title LIKE '%Mendocino%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Visit Mendocino |
{"post":"","summary":"For those looking for events in November, Visit Mendocino's website is a valuable resource providing a comprehensive list of happenings, festivals, and activities throughout the county.","permalink":""} |
paragraph |
For those looking for events in November, Visit Mendocino's website is a valuable resource providing a comprehensive list of happenings, festivals, and activities throughout the county.<br><br> |