original_reply |
[{"entity": "Visit Mendocino website","summary": "Event organizers looking to update their event details on the Visit Mendocino website can do so by logging into their account and accessing the event management section."}] |
Visit Mendocino website query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Visit%Mendocino%website%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Visit Mendocino website’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘visit mendocino 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 ‘%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 website’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘visit mendocino website’)OR (post_title LIKE ‘%Visit%’ OR post_title LIKE ‘%Mendocino%’ OR post_title LIKE ‘%website%’))HAVING match_count >= 3ORDER BY match_count DESC; |
Visit Mendocino website |
{"post":"","summary":"Event organizers looking to update their event details on the Visit Mendocino website can do so by logging into their account and accessing the event management section.","permalink":""} |
paragraph |
Event organizers looking to update their event details on the Visit Mendocino website can do so by logging into their account and accessing the event management section.<br><br> |