original_reply |
[{"entity": "Visit Mendocino County website","summary": "Event organizers looking to promote their event can submit details to the Visit Mendocino County website for increased visibility among tourists and locals alike."}] |
Visit Mendocino County website query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Visit%Mendocino%County%website%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Visit Mendocino County website') OR SOUNDEX(post_title) LIKE SOUNDEX('visit mendocino county website') ) 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 + CASE WHEN post_title LIKE '%County%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%website%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Visit Mendocino County website')OR SOUNDEX(post_title) LIKE SOUNDEX('visit mendocino county website')OR (post_title LIKE '%Visit%' OR post_title LIKE '%Mendocino%' OR post_title LIKE '%County%' OR post_title LIKE '%website%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Visit Mendocino County website |
{"post":"","summary":"Event organizers looking to promote their event can submit details to the Visit Mendocino County website for increased visibility among tourists and locals alike.","permalink":""} |
paragraph |
Event organizers looking to promote their event can submit details to the Visit Mendocino County website for increased visibility among tourists and locals alike.<br><br> |