original_reply |
[{"entity": "Mendocino Music Festival","summary": "Music enthusiasts will appreciate the diverse range of musical genres showcased, making it a perfect event for posting about Blues on the Coast John Primer."}] |
Mendocino Music Festival query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Music%Festival%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Music Festival') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino music festival') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Music%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Festival%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Music Festival')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino music festival')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Music%' OR post_title LIKE '%Festival%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Mendocino Music Festival |
{"post":"","summary":"Music enthusiasts will appreciate the diverse range of musical genres showcased, making it a perfect event for posting about Blues on the Coast John Primer.","permalink":""} |
paragraph |
Music enthusiasts will appreciate the diverse range of musical genres showcased, making it a perfect event for posting about Blues on the Coast John Primer.<br><br> |