original_reply |
[{"entity": "Mendocino Coast Botanical Gardens","summary": "Nature enthusiasts will appreciate the serene beauty of Mendocino Coast Botanical Gardens, making it a perfect spot for sharing a peaceful moment with loved ones."}, {"entity": "Point Cabrillo Light Station State Historic Park","summary": "History buffs and lighthouse enthusiasts will enjoy the historic charm and picturesque views at Point Cabrillo Light Station State Historic Park, offering a unique setting for sharing memories."}, {"entity": "Mendocino Headlands State Park","summary": "Outdoor enthusiasts looking for a stunning backdrop to share a hike or picnic will find Mendocino Headlands State Park to be the ideal location with its breathtaking coastal vistas."}] |
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 enthusiasts will appreciate the serene beauty of Mendocino Coast Botanical Gardens, making it a perfect spot for sharing a peaceful moment with loved ones.","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":"History buffs and lighthouse enthusiasts will enjoy the historic charm and picturesque views at Point Cabrillo Light Station State Historic Park, offering a unique setting for sharing memories.","permalink":""} |
Mendocino Headlands State Park query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Headlands%State%Park%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Headlands State Park') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino headlands state park') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Headlands%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%State%' 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('Mendocino Headlands State Park')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino headlands state park')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Headlands%' OR post_title LIKE '%State%' OR post_title LIKE '%Park%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Mendocino Headlands State Park |
{"post":{"ID":"31563","post_title":"Mendocino Headlands State Park","match_count":"24"},"summary":"Outdoor enthusiasts looking for a stunning backdrop to share a hike or picnic will find Mendocino Headlands State Park to be the ideal location with its breathtaking coastal vistas.","permalink":"https://www.visitmendocino.com/listing/mendocino-headlands-state-park/"} |
paragraph |
Nature enthusiasts will appreciate the serene beauty of <a href="https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/">Mendocino Coast Botanical Gardens</a>, making it a perfect spot for sharing a peaceful moment with loved ones.<br><br>History buffs and lighthouse enthusiasts will enjoy the historic charm and picturesque views at Point Cabrillo Light Station State Historic Park, offering a unique setting for sharing memories.<br><br>Outdoor enthusiasts looking for a stunning backdrop to share a hike or picnic will find <a href="https://www.visitmendocino.com/listing/mendocino-headlands-state-park/">Mendocino Headlands State Park</a> to be the ideal location with its breathtaking coastal vistas.<br><br> |