| original_reply | [{"entity": "Mendocino Coast Botanical Gardens","summary": "Nature enthusiasts of all ages, including teenagers like your 16-year-old daughter, will enjoy exploring the diverse plant collections and scenic coastal views at Mendocino Coast Botanical Gardens."}, {"entity": "Mendocino Headlands State Park","summary": "Outdoor enthusiasts, families, and curious teenagers like your daughter can visit Mendocino Headlands State Park to observe the stunning coastal bluffs, wildlife, and unique rock formations."}] |
| 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 of all ages, including teenagers like your 16-year-old daughter, will enjoy exploring the diverse plant collections and scenic coastal views at Mendocino Coast Botanical Gardens.","permalink":"https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/"} |
| 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, families, and curious teenagers like your daughter can visit Mendocino Headlands State Park to observe the stunning coastal bluffs, wildlife, and unique rock formations.","permalink":"https://www.visitmendocino.com/listing/mendocino-headlands-state-park/"} |
| paragraph | Nature enthusiasts of all ages, including teenagers like your 16-year-old daughter, will enjoy exploring the diverse plant collections and scenic coastal views at <a href="https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/">Mendocino Coast Botanical Gardens</a>.<br><br>Outdoor enthusiasts, families, and curious teenagers like your daughter can visit <a href="https://www.visitmendocino.com/listing/mendocino-headlands-state-park/">Mendocino Headlands State Park</a> to observe the stunning coastal bluffs, wildlife, and unique rock formations.<br><br> |