original_reply |
[{"entity": "Mendocino Coast Botanical Gardens","summary": "Nature enthusiasts and hikers looking for a serene redwood hike will appreciate the lush trails and majestic redwoods at Mendocino Coast Botanical Gardens."}, {"entity": "Montgomery Woods State Natural Reserve","summary": "Montgomery Woods State Natural Reserve is ideal for avid hikers seeking a peaceful and secluded redwood hike, surrounded by towering redwoods and a tranquil atmosphere."}] |
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 hikers looking for a serene redwood hike will appreciate the lush trails and majestic redwoods at Mendocino Coast Botanical Gardens.","permalink":"https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/"} |
Montgomery Woods State Natural Reserve query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Montgomery%Woods%State%Natural%Reserve%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Montgomery Woods State Natural Reserve') OR SOUNDEX(post_title) LIKE SOUNDEX('montgomery woods state natural reserve') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Montgomery%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Woods%' 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('Montgomery Woods State Natural Reserve')OR SOUNDEX(post_title) LIKE SOUNDEX('montgomery woods state natural reserve')OR (post_title LIKE '%Montgomery%' OR post_title LIKE '%Woods%' OR post_title LIKE '%State%' OR post_title LIKE '%Natural%' OR post_title LIKE '%Reserve%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Montgomery Woods State Natural Reserve |
{"post":"","summary":"Montgomery Woods State Natural Reserve is ideal for avid hikers seeking a peaceful and secluded redwood hike, surrounded by towering redwoods and a tranquil atmosphere.","permalink":""} |
paragraph |
Nature enthusiasts and hikers looking for a serene redwood hike will appreciate the lush trails and majestic redwoods at <a href="https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/">Mendocino Coast Botanical Gardens</a>.<br><br>Montgomery Woods State Natural Reserve is ideal for avid hikers seeking a peaceful and secluded redwood hike, surrounded by towering redwoods and a tranquil atmosphere.<br><br> |