original_reply |
[{"entity": "Visit Mendocino County Website","summary": "Event organizers looking to promote their events can submit them to the Visit Mendocino County website, a great platform to reach a wide audience of potential attendees."}] |
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 events can submit them to the Visit Mendocino County website, a great platform to reach a wide audience of potential attendees.","permalink":""} |
paragraph |
Event organizers looking to promote their events can submit them to the Visit Mendocino County website, a great platform to reach a wide audience of potential attendees.<br><br> |