original_reply |
[ { "entity": "Mendocino Coast Botanical Gardens", "summary": "Nature enthusiasts and mushroom hunters will enjoy exploring the beautiful gardens and wooded areas of Mendocino Coast Botanical Gardens, where they may come across various species of mushrooms." }, { "entity": "Van Damme State Park", "summary": "Outdoor enthusiasts and mushroom hunters can visit Van Damme State Park, known for its diverse habitats and dense forests, which provide an ideal environment for mushroom growth." }, { "entity": "Jug Handle State Natural Reserve", "summary": "Mushroom hunters and hikers will find Jug Handle State Natural Reserve a great place to explore, with its unique ecological staircase and rich biodiversity that includes various types of mushrooms." }, { "entity": "Jackson Demonstration State Forest", "summary": "For those interested in mushroom hunting, Jackson Demonstration State Forest offers a vast expanse of forested land where they can wander and search for a variety of mushrooms." }] |
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 and mushroom hunters will enjoy exploring the beautiful gardens and wooded areas of Mendocino Coast Botanical Gardens, where they may come across various species of mushrooms.","permalink":"https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/"} |
Van Damme State Park query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Van%Damme%State%Park%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Van Damme State Park') OR SOUNDEX(post_title) LIKE SOUNDEX('van damme state park') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Van%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Damme%' 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('Van Damme State Park')OR SOUNDEX(post_title) LIKE SOUNDEX('van damme state park')OR (post_title LIKE '%Van%' OR post_title LIKE '%Damme%' OR post_title LIKE '%State%' OR post_title LIKE '%Park%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Van Damme State Park |
{"post":{"ID":"31555","post_title":"Van Damme State Park","match_count":"24"},"summary":"Outdoor enthusiasts and mushroom hunters can visit Van Damme State Park, known for its diverse habitats and dense forests, which provide an ideal environment for mushroom growth.","permalink":"https://www.visitmendocino.com/listing/van-damme-state-park/"} |
Jug Handle State Natural Reserve query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Jug%Handle%State%Natural%Reserve%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Jug Handle State Natural Reserve') OR SOUNDEX(post_title) LIKE SOUNDEX('jug handle state natural reserve') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Jug%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Handle%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%State%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Natural%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Reserve%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Jug Handle State Natural Reserve')OR SOUNDEX(post_title) LIKE SOUNDEX('jug handle state natural reserve')OR (post_title LIKE '%Jug%' OR post_title LIKE '%Handle%' OR post_title LIKE '%State%' OR post_title LIKE '%Natural%' OR post_title LIKE '%Reserve%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Jug Handle State Natural Reserve |
{"post":"","summary":"Mushroom hunters and hikers will find Jug Handle State Natural Reserve a great place to explore, with its unique ecological staircase and rich biodiversity that includes various types of mushrooms.","permalink":""} |
Jackson Demonstration State Forest query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Jackson%Demonstration%State%Forest%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Jackson Demonstration State Forest') OR SOUNDEX(post_title) LIKE SOUNDEX('jackson demonstration state forest') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Jackson%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Demonstration%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%State%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Forest%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Jackson Demonstration State Forest')OR SOUNDEX(post_title) LIKE SOUNDEX('jackson demonstration state forest')OR (post_title LIKE '%Jackson%' OR post_title LIKE '%Demonstration%' OR post_title LIKE '%State%' OR post_title LIKE '%Forest%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Jackson Demonstration State Forest |
{"post":{"ID":"31714","post_title":"Jackson Demonstration State Forest","match_count":"24"},"summary":"For those interested in mushroom hunting, Jackson Demonstration State Forest offers a vast expanse of forested land where they can wander and search for a variety of mushrooms.","permalink":"https://www.visitmendocino.com/listing/jackson-demonstration-state-forest/"} |
paragraph |
Nature enthusiasts and mushroom hunters will enjoy exploring the beautiful gardens and wooded areas of <a href="https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/">Mendocino Coast Botanical Gardens</a>, where they may come across various species of mushrooms.<br><br>Outdoor enthusiasts and mushroom hunters can visit <a href="https://www.visitmendocino.com/listing/van-damme-state-park/">Van Damme State Park</a>, known for its diverse habitats and dense forests, which provide an ideal environment for mushroom growth.<br><br>Mushroom hunters and hikers will find Jug Handle State Natural Reserve a great place to explore, with its unique ecological staircase and rich biodiversity that includes various types of mushrooms.<br><br>For those interested in mushroom hunting, <a href="https://www.visitmendocino.com/listing/jackson-demonstration-state-forest/">Jackson Demonstration State Forest</a> offers a vast expanse of forested land where they can wander and search for a variety of mushrooms.<br><br> |