original_reply |
[{"entity": "Leah's Restaurant","summary": "Food enthusiasts looking for a cozy dining experience with delicious farm-to-table dishes will enjoy Leah's Restaurant."}] |
Leah's Restaurant query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Leah\'s%Restaurant%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Leah\'s Restaurant') OR SOUNDEX(post_title) LIKE SOUNDEX('leah\'s restaurant') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Leah\'s%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Restaurant%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Leah\'s Restaurant')OR SOUNDEX(post_title) LIKE SOUNDEX('leah\'s restaurant')OR (post_title LIKE '%Leah\'s%' OR post_title LIKE '%Restaurant%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Leah's Restaurant |
{"post":"","summary":"Food enthusiasts looking for a cozy dining experience with delicious farm-to-table dishes will enjoy Leah's Restaurant.","permalink":""} |
paragraph |
Food enthusiasts looking for a cozy dining experience with delicious farm-to-table dishes will enjoy Leah's Restaurant.<br><br> |