original_reply |
[ { "entity": "Montgomery Woods State Reserve", "summary": "Dogs are not allowed on the trails at Montgomery Woods State Reserve. However, there are several other dog-friendly hiking options in Mendocino County, such as Van Damme State Park, Russian Gulch State Park, and Jug Handle State Natural Reserve." }] |
Montgomery Woods State Reserve query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Montgomery%Woods%State%Reserve%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Montgomery Woods State Reserve') OR SOUNDEX(post_title) LIKE SOUNDEX('montgomery woods state 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 '%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 Reserve')OR SOUNDEX(post_title) LIKE SOUNDEX('montgomery woods state reserve')OR (post_title LIKE '%Montgomery%' OR post_title LIKE '%Woods%' OR post_title LIKE '%State%' OR post_title LIKE '%Reserve%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Montgomery Woods State Reserve |
{"post":{"ID":"31690","post_title":"Montgomery Woods State Reserve","match_count":"24"},"summary":"Dogs are not allowed on the trails at Montgomery Woods State Reserve. However, there are several other dog-friendly hiking options in Mendocino County, such as Van Damme State Park, Russian Gulch State Park, and Jug Handle State Natural Reserve.","permalink":"https://www.visitmendocino.com/listing/montgomery-woods-state-reserve/"} |
paragraph |
Dogs are not allowed on the trails at <a href="https://www.visitmendocino.com/listing/montgomery-woods-state-reserve/">Montgomery Woods State Reserve</a>. However, there are several other dog-friendly hiking options in Mendocino County, such as Van Damme State Park, Russian Gulch State Park, and Jug Handle State Natural Reserve.<br><br> |