original_reply |
[{"entity": "Mendocino Coast Botanical Gardens","summary": "Nature enthusiasts can explore the diverse plant collections and coastal habitats at Mendocino Coast Botanical Gardens, a perfect alternative to foraging for uni in tidepools."}, {"entity": "Jughandle State Reserve","summary": "Those interested in coastal ecosystems and native plant communities will appreciate Jughandle State Reserve, offering scenic trails and stunning ocean views as an alternative to tidepool foraging."}] |
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 can explore the diverse plant collections and coastal habitats at Mendocino Coast Botanical Gardens, a perfect alternative to foraging for uni in tidepools.","permalink":"https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/"} |
Jughandle State Reserve query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Jughandle%State%Reserve%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Jughandle State Reserve') OR SOUNDEX(post_title) LIKE SOUNDEX('jughandle state reserve') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Jughandle%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%State%' 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('Jughandle State Reserve')OR SOUNDEX(post_title) LIKE SOUNDEX('jughandle state reserve')OR (post_title LIKE '%Jughandle%' OR post_title LIKE '%State%' OR post_title LIKE '%Reserve%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Jughandle State Reserve |
{"post":{"ID":"31566","post_title":"Jug Handle State Reserve","match_count":"12"},"summary":"Those interested in coastal ecosystems and native plant communities will appreciate Jughandle State Reserve, offering scenic trails and stunning ocean views as an alternative to tidepool foraging.","permalink":"https://www.visitmendocino.com/listing/jug-handle-state-reserve/"} |
paragraph |
Nature enthusiasts can explore the diverse plant collections and coastal habitats at <a href="https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/">Mendocino Coast Botanical Gardens</a>, a perfect alternative to foraging for uni in tidepools.<br><br>Those interested in coastal ecosystems and native plant communities will appreciate <a href="https://www.visitmendocino.com/listing/jug-handle-state-reserve/">Jughandle State Reserve</a>, offering scenic trails and stunning ocean views as an alternative to tidepool foraging.<br><br> |