original_reply |
[{"entity": "Russian Gulch State Park Campground","summary": "Nature lovers and outdoor enthusiasts will appreciate the affordable nightly rates at Russian Gulch State Park Campground."}, {"entity": "Van Damme State Park Campground","summary": "Campers looking for a budget-friendly option will find the nightly prices at Van Damme State Park Campground to be reasonable and ideal for a rustic experience."}, {"entity": "MacKerricher State Park Campground","summary": "Families and wildlife enthusiasts can enjoy the reasonably priced nightly rates at MacKerricher State Park Campground while exploring the coastal beauty of Mendocino County."}] |
Russian Gulch State Park Campground query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Russian%Gulch%State%Park%Campground%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Russian Gulch State Park Campground') OR SOUNDEX(post_title) LIKE SOUNDEX('russian gulch state park campground') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Russian%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Gulch%' 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 + CASE WHEN post_title LIKE '%Campground%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Russian Gulch State Park Campground')OR SOUNDEX(post_title) LIKE SOUNDEX('russian gulch state park campground')OR (post_title LIKE '%Russian%' OR post_title LIKE '%Gulch%' OR post_title LIKE '%State%' OR post_title LIKE '%Park%' OR post_title LIKE '%Campground%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Russian Gulch State Park Campground |
{"post":"","summary":"Nature lovers and outdoor enthusiasts will appreciate the affordable nightly rates at Russian Gulch State Park Campground.","permalink":""} |
Van Damme State Park Campground query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Van%Damme%State%Park%Campground%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Van Damme State Park Campground') OR SOUNDEX(post_title) LIKE SOUNDEX('van damme state park campground') ) 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 + CASE WHEN post_title LIKE '%Campground%' 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 Campground')OR SOUNDEX(post_title) LIKE SOUNDEX('van damme state park campground')OR (post_title LIKE '%Van%' OR post_title LIKE '%Damme%' OR post_title LIKE '%State%' OR post_title LIKE '%Park%' OR post_title LIKE '%Campground%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Van Damme State Park Campground |
{"post":"","summary":"Campers looking for a budget-friendly option will find the nightly prices at Van Damme State Park Campground to be reasonable and ideal for a rustic experience.","permalink":""} |
MacKerricher State Park Campground query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%MacKerricher%State%Park%Campground%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('MacKerricher State Park Campground') OR SOUNDEX(post_title) LIKE SOUNDEX('mackerricher state park campground') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%MacKerricher%' 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 + CASE WHEN post_title LIKE '%Campground%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('MacKerricher State Park Campground')OR SOUNDEX(post_title) LIKE SOUNDEX('mackerricher state park campground')OR (post_title LIKE '%MacKerricher%' OR post_title LIKE '%State%' OR post_title LIKE '%Park%' OR post_title LIKE '%Campground%'))HAVING match_count >= 4ORDER BY match_count DESC; |
MacKerricher State Park Campground |
{"post":"","summary":"Families and wildlife enthusiasts can enjoy the reasonably priced nightly rates at MacKerricher State Park Campground while exploring the coastal beauty of Mendocino County.","permalink":""} |
paragraph |
Nature lovers and outdoor enthusiasts will appreciate the affordable nightly rates at Russian Gulch State Park Campground.<br><br>Campers looking for a budget-friendly option will find the nightly prices at Van Damme State Park Campground to be reasonable and ideal for a rustic experience.<br><br>Families and wildlife enthusiasts can enjoy the reasonably priced nightly rates at MacKerricher State Park Campground while exploring the coastal beauty of Mendocino County.<br><br> |