original_reply |
[{"entity": "Majid Jordan at the Mendocino Music Festival","summary": "Music enthusiasts looking for a memorable experience will enjoy attending a live performance by Majid Jordan at the Mendocino Music Festival."}] |
Majid Jordan at the Mendocino Music Festival query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Majid%Jordan%at%the%Mendocino%Music%Festival%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Majid Jordan at the Mendocino Music Festival') OR SOUNDEX(post_title) LIKE SOUNDEX('majid jordan at mendocino music festival') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Majid%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Jordan%' THEN 1 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('Majid Jordan at the Mendocino Music Festival')OR SOUNDEX(post_title) LIKE SOUNDEX('majid jordan at mendocino music festival')OR (post_title LIKE '%Majid%' OR post_title LIKE '%Jordan%' OR post_title LIKE '%Mendocino%' OR post_title LIKE '%Music%' OR post_title LIKE '%Festival%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Majid Jordan at the Mendocino Music Festival |
{"post":"","summary":"Music enthusiasts looking for a memorable experience will enjoy attending a live performance by Majid Jordan at the Mendocino Music Festival.","permalink":""} |
paragraph |
Music enthusiasts looking for a memorable experience will enjoy attending a live performance by Majid Jordan at the Mendocino Music Festival.<br><br> |