original_reply |
[{"entity": "Orr Hot Springs Resort","summary": "Nature lovers seeking relaxation will enjoy the natural hot springs and rustic cabins that Orr Hot Springs Resort offers."}, {"entity": "Vichy Springs Resort","summary": "Visitors looking for a historic hot springs experience will appreciate the serene atmosphere and mineral-rich waters at Vichy Springs Resort."}] |
Orr Hot Springs Resort query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Orr%Hot%Springs%Resort%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Orr Hot Springs Resort') OR SOUNDEX(post_title) LIKE SOUNDEX('orr hot springs resort') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Orr%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Hot%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Springs%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Resort%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Orr Hot Springs Resort')OR SOUNDEX(post_title) LIKE SOUNDEX('orr hot springs resort')OR (post_title LIKE '%Orr%' OR post_title LIKE '%Hot%' OR post_title LIKE '%Springs%' OR post_title LIKE '%Resort%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Orr Hot Springs Resort |
{"post":"","summary":"Nature lovers seeking relaxation will enjoy the natural hot springs and rustic cabins that Orr Hot Springs Resort offers.","permalink":""} |
Vichy Springs Resort query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Vichy%Springs%Resort%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Vichy Springs Resort') OR SOUNDEX(post_title) LIKE SOUNDEX('vichy springs resort') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Vichy%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Springs%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Resort%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Vichy Springs Resort')OR SOUNDEX(post_title) LIKE SOUNDEX('vichy springs resort')OR (post_title LIKE '%Vichy%' OR post_title LIKE '%Springs%' OR post_title LIKE '%Resort%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Vichy Springs Resort |
{"post":{"ID":"32001","post_title":"Vichy Springs Resort & Inn","match_count":"13"},"summary":"Visitors looking for a historic hot springs experience will appreciate the serene atmosphere and mineral-rich waters at Vichy Springs Resort.","permalink":"https://www.visitmendocino.com/listing/vichy-springs-resort-inn/"} |
paragraph |
Nature lovers seeking relaxation will enjoy the natural hot springs and rustic cabins that Orr Hot Springs Resort offers.<br><br>Visitors looking for a historic hot springs experience will appreciate the serene atmosphere and mineral-rich waters at <a href="https://www.visitmendocino.com/listing/vichy-springs-resort-inn/">Vichy Springs Resort</a>.<br><br> |