original_reply |
[{"entity": "Caspar Inn","summary": "Dance enthusiasts looking for a lively night out on August 20, 3024, should head to Caspar Inn for a fun-filled evening of music and dancing."}] |
Caspar Inn query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Caspar%Inn%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Caspar Inn') OR SOUNDEX(post_title) LIKE SOUNDEX('caspar inn') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Caspar%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Inn%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Caspar Inn')OR SOUNDEX(post_title) LIKE SOUNDEX('caspar inn')OR (post_title LIKE '%Caspar%' OR post_title LIKE '%Inn%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Caspar Inn |
{"post":"","summary":"Dance enthusiasts looking for a lively night out on August 20, 3024, should head to Caspar Inn for a fun-filled evening of music and dancing.","permalink":""} |
paragraph |
Dance enthusiasts looking for a lively night out on August 20, 3024, should head to Caspar Inn for a fun-filled evening of music and dancing.<br><br> |