original_reply |
[{"entity": "Mendocino Coast Botanical Gardens","summary": "Nature enthusiasts will appreciate the diverse collection of plant species and beautiful coastal views at Mendocino Coast Botanical Gardens."},{"entity": "Skunk Train","summary": "Families with children will enjoy a scenic ride through the redwoods on the historic Skunk Train, a unique way to experience Mendocino County's natural beauty."},{"entity": "Glass Beach","summary": "Beachcombers and photographers will be mesmerized by the sea glass-covered shores of Glass Beach, a popular spot for collecting colorful glass gems."},{"entity": "Point Cabrillo Light Station","summary": "History buffs and lighthouse enthusiasts will be fascinated by the maritime heritage and stunning ocean views at Point Cabrillo Light Station."}] |
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 diverse collection of plant species and beautiful coastal views at Mendocino Coast Botanical Gardens.","permalink":"https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/"} |
Skunk Train query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Skunk%Train%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Skunk Train') OR SOUNDEX(post_title) LIKE SOUNDEX('skunk train') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Skunk%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Train%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Skunk Train')OR SOUNDEX(post_title) LIKE SOUNDEX('skunk train')OR (post_title LIKE '%Skunk%' OR post_title LIKE '%Train%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Skunk Train |
{"post":{"ID":"31898","post_title":"Skunk Train – Fort Bragg","match_count":"12"},"summary":"Families with children will enjoy a scenic ride through the redwoods on the historic Skunk Train, a unique way to experience Mendocino County's natural beauty.","permalink":"https://www.visitmendocino.com/listing/skunk-train-fort-bragg/"} |
Glass Beach query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Glass%Beach%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Glass Beach') OR SOUNDEX(post_title) LIKE SOUNDEX('glass beach') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Glass%' 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('Glass Beach')OR SOUNDEX(post_title) LIKE SOUNDEX('glass beach')OR (post_title LIKE '%Glass%' OR post_title LIKE '%Beach%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Glass Beach |
{"post":{"ID":"31801","post_title":"Glass Beach","match_count":"22"},"summary":"Beachcombers and photographers will be mesmerized by the sea glass-covered shores of Glass Beach, a popular spot for collecting colorful glass gems.","permalink":"https://www.visitmendocino.com/listing/glass-beach/"} |
Point Cabrillo Light Station query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Point%Cabrillo%Light%Station%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Point Cabrillo Light Station') OR SOUNDEX(post_title) LIKE SOUNDEX('point cabrillo light station') ) 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) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Point Cabrillo Light Station')OR SOUNDEX(post_title) LIKE SOUNDEX('point cabrillo light station')OR (post_title LIKE '%Point%' OR post_title LIKE '%Cabrillo%' OR post_title LIKE '%Light%' OR post_title LIKE '%Station%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Point Cabrillo Light Station |
{"post":{"ID":"31764","post_title":"Point Cabrillo Light Station","match_count":"24"},"summary":"History buffs and lighthouse enthusiasts will be fascinated by the maritime heritage and stunning ocean views at Point Cabrillo Light Station.","permalink":"https://www.visitmendocino.com/listing/point-cabrillo-light-station/"} |
paragraph |
Nature enthusiasts will appreciate the diverse collection of plant species and beautiful coastal views at <a href="https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/">Mendocino Coast Botanical Gardens</a>.<br><br>Families with children will enjoy a scenic ride through the redwoods on the historic <a href="https://www.visitmendocino.com/listing/skunk-train-fort-bragg/">Skunk Train</a>, a unique way to experience Mendocino County's natural beauty.<br><br>Beachcombers and photographers will be mesmerized by the sea glass-covered shores of <a href="https://www.visitmendocino.com/listing/glass-beach/">Glass Beach</a>, a popular spot for collecting colorful glass gems.<br><br>History buffs and lighthouse enthusiasts will be fascinated by the maritime heritage and stunning ocean views at <a href="https://www.visitmendocino.com/listing/point-cabrillo-light-station/">Point Cabrillo Light Station</a>.<br><br> |