original_reply |
[{"entity": "Healing Arts","summary": "Those seeking holistic wellness and relaxation will appreciate the variety of healing services, such as massage therapy, acupuncture, and energy work, that Healing Arts provides."}] |
Healing Arts query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Healing%Arts%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Healing Arts') OR SOUNDEX(post_title) LIKE SOUNDEX('healing arts') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Healing%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Arts%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Healing Arts')OR SOUNDEX(post_title) LIKE SOUNDEX('healing arts')OR (post_title LIKE '%Healing%' OR post_title LIKE '%Arts%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Healing Arts |
{"post":{"ID":"32180","post_title":"Healing Arts","match_count":"22"},"summary":"Those seeking holistic wellness and relaxation will appreciate the variety of healing services, such as massage therapy, acupuncture, and energy work, that Healing Arts provides.","permalink":"https://www.visitmendocino.com/listing/healing-arts/"} |
paragraph |
Those seeking holistic wellness and relaxation will appreciate the variety of healing services, such as massage therapy, acupuncture, and energy work, that <a href="https://www.visitmendocino.com/listing/healing-arts/">Healing Arts</a> provides.<br><br> |