original_reply |
[{"entity": "Mendocino Coast Botanical Gardens","summary": "Nature enthusiasts will love exploring the Mendocino Coast Botanical Gardens, which boasts 47 acres of beautiful gardens, walking trails, and stunning coastal views."},{"entity": "Glass Beach","summary": "Beachcombers and photography enthusiasts will enjoy visiting Glass Beach, known for its unique abundance of sea glass that has washed up on the shore."},{"entity": "Skunk Train","summary": "Families and train enthusiasts will have a blast riding the historic Skunk Train, which takes passengers on a scenic journey through the redwood forests of Mendocino County."},{"entity": "Point Cabrillo Lighthouse","summary": "History buffs and nature lovers alike will appreciate a visit to Point Cabrillo Lighthouse, a beautifully restored lighthouse offering panoramic ocean views and a glimpse into the area’s maritime history."}] |
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 love exploring the Mendocino Coast Botanical Gardens, which boasts 47 acres of beautiful gardens, walking trails, and stunning coastal views.","permalink":"https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/"} |
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 photography enthusiasts will enjoy visiting Glass Beach, known for its unique abundance of sea glass that has washed up on the shore.","permalink":"https://www.visitmendocino.com/listing/glass-beach/"} |
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":"32011","post_title":"Skunk Train – Willits","match_count":"12"},"summary":"Families and train enthusiasts will have a blast riding the historic Skunk Train, which takes passengers on a scenic journey through the redwood forests of Mendocino County.","permalink":"https://www.visitmendocino.com/listing/skunk-train-willits/"} |
Point Cabrillo Lighthouse query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Point%Cabrillo%Lighthouse%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Point Cabrillo Lighthouse’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘point cabrillo lighthouse’) ) 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 ‘%Lighthouse%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Point Cabrillo Lighthouse’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘point cabrillo lighthouse’)OR (post_title LIKE ‘%Point%’ OR post_title LIKE ‘%Cabrillo%’ OR post_title LIKE ‘%Lighthouse%’))HAVING match_count >= 3ORDER BY match_count DESC; |
Point Cabrillo Lighthouse |
{"post":"","summary":"History buffs and nature lovers alike will appreciate a visit to Point Cabrillo Lighthouse, a beautifully restored lighthouse offering panoramic ocean views and a glimpse into the area’s maritime history.","permalink":""} |
paragraph |
Nature enthusiasts will love exploring the <a href="https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/">Mendocino Coast Botanical Gardens</a>, which boasts 47 acres of beautiful gardens, walking trails, and stunning coastal views.<br><br>Beachcombers and photography enthusiasts will enjoy visiting <a href="https://www.visitmendocino.com/listing/glass-beach/">Glass Beach</a>, known for its unique abundance of sea glass that has washed up on the shore.<br><br>Families and train enthusiasts will have a blast riding the historic <a href="https://www.visitmendocino.com/listing/skunk-train-willits/">Skunk Train</a>, which takes passengers on a scenic journey through the redwood forests of Mendocino County.<br><br>History buffs and nature lovers alike will appreciate a visit to Point Cabrillo Lighthouse, a beautifully restored lighthouse offering panoramic ocean views and a glimpse into the area’s maritime history.<br><br> |