original_reply |
[{"entity": "Mendocino Coast Botanical Gardens","summary": "Nature lovers will find solace and healing by exploring the serene beauty of Mendocino Coast Botanical Gardens, making it an ideal therapy option for individuals with spinal cord injuries."}, {"entity": "Point Cabrillo Light Station State Historic Park","summary": "Those seeking therapy for spinal cord injuries can find peace and inspiration at Point Cabrillo Light Station State Historic Park, where the breathtaking views and tranquil surroundings offer a healing escape."}, {"entity": "Big River Beach","summary": "Individuals with spinal cord injuries can benefit from the therapeutic effects of the ocean at Big River Beach, making it a great option for relaxation and rejuvenation."}] |
Mendocino Coast Botanical Gardens query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Coast%Botanical%Gardens%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Coast Botanical Gardens') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino coast botanical gardens') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Coast%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Botanical%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Gardens%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Coast Botanical Gardens')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino coast botanical gardens')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Coast%' OR post_title LIKE '%Botanical%' OR post_title LIKE '%Gardens%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Mendocino Coast Botanical Gardens |
{"post":{"ID":"31800","post_title":"Mendocino Coast Botanical Gardens","match_count":"24"},"summary":"Nature lovers will find solace and healing by exploring the serene beauty of Mendocino Coast Botanical Gardens, making it an ideal therapy option for individuals with spinal cord injuries.","permalink":"https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/"} |
Point Cabrillo Light Station State Historic Park query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Point%Cabrillo%Light%Station%State%Historic%Park%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Point Cabrillo Light Station State Historic Park') OR SOUNDEX(post_title) LIKE SOUNDEX('point cabrillo light station state historic park') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Point%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Cabrillo%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Light%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Station%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%State%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Historic%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Park%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Point Cabrillo Light Station State Historic Park')OR SOUNDEX(post_title) LIKE SOUNDEX('point cabrillo light station state historic park')OR (post_title LIKE '%Point%' OR post_title LIKE '%Cabrillo%' OR post_title LIKE '%Light%' OR post_title LIKE '%Station%' OR post_title LIKE '%State%' OR post_title LIKE '%Historic%' OR post_title LIKE '%Park%'))HAVING match_count >= 7ORDER BY match_count DESC; |
Point Cabrillo Light Station State Historic Park |
{"post":"","summary":"Those seeking therapy for spinal cord injuries can find peace and inspiration at Point Cabrillo Light Station State Historic Park, where the breathtaking views and tranquil surroundings offer a healing escape.","permalink":""} |
Big River Beach query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Big%River%Beach%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Big River Beach') OR SOUNDEX(post_title) LIKE SOUNDEX('big river beach') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Big%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%River%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Beach%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Big River Beach')OR SOUNDEX(post_title) LIKE SOUNDEX('big river beach')OR (post_title LIKE '%Big%' OR post_title LIKE '%River%' OR post_title LIKE '%Beach%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Big River Beach |
{"post":"","summary":"Individuals with spinal cord injuries can benefit from the therapeutic effects of the ocean at Big River Beach, making it a great option for relaxation and rejuvenation.","permalink":""} |
paragraph |
Nature lovers will find solace and healing by exploring the serene beauty of <a href="https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/">Mendocino Coast Botanical Gardens</a>, making it an ideal therapy option for individuals with spinal cord injuries.<br><br>Those seeking therapy for spinal cord injuries can find peace and inspiration at Point Cabrillo Light Station State Historic Park, where the breathtaking views and tranquil surroundings offer a healing escape.<br><br>Individuals with spinal cord injuries can benefit from the therapeutic effects of the ocean at Big River Beach, making it a great option for relaxation and rejuvenation.<br><br> |