original_reply |
[{"entity": "One Heart Institute","summary": "Health-conscious individuals looking to improve their well-being will benefit from the wellness workshops and holistic healing retreats offered by One Heart Institute."}] |
One Heart Institute query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%One%Heart%Institute%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘One Heart Institute’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘one heart institute’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%One%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Heart%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Institute%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘One Heart Institute’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘one heart institute’)OR (post_title LIKE ‘%One%’ OR post_title LIKE ‘%Heart%’ OR post_title LIKE ‘%Institute%’))HAVING match_count >= 3ORDER BY match_count DESC; |
One Heart Institute |
{"post":"","summary":"Health-conscious individuals looking to improve their well-being will benefit from the wellness workshops and holistic healing retreats offered by One Heart Institute.","permalink":""} |
paragraph |
Health-conscious individuals looking to improve their well-being will benefit from the wellness workshops and holistic healing retreats offered by One Heart Institute.<br><br> |