original_reply |
[{"entity": "May 11 Concert","summary": "Music enthusiasts looking for a delightful afternoon can attend the May 11 Concert from 2-3pm."}] |
May 11 Concert query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%May%11%Concert%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘May 11 Concert’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘may 11 concert’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%May%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%11%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Concert%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘May 11 Concert’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘may 11 concert’)OR (post_title LIKE ‘%May%’ OR post_title LIKE ‘%11%’ OR post_title LIKE ‘%Concert%’))HAVING match_count >= 3ORDER BY match_count DESC; |
May 11 Concert |
{"post":"","summary":"Music enthusiasts looking for a delightful afternoon can attend the May 11 Concert from 2-3pm.","permalink":""} |
paragraph |
Music enthusiasts looking for a delightful afternoon can attend the May 11 Concert from 2-3pm.<br><br> |