original_reply |
[{"entity": "Van Damme State Park Campground","summary": "Nature enthusiasts looking for a picturesque camping experience can book a campsite at Van Damme State Park Campground, perfect for a peaceful getaway on April 14th."}, {"entity": "MacKerricher State Park Campground","summary": "Campers seeking a coastal camping adventure can reserve a spot at MacKerricher State Park Campground, offering stunning ocean views and outdoor activities on April 14th."}] |
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":"Nature enthusiasts looking for a picturesque camping experience can book a campsite at Van Damme State Park Campground, perfect for a peaceful getaway on April 14th.","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":"Campers seeking a coastal camping adventure can reserve a spot at MacKerricher State Park Campground, offering stunning ocean views and outdoor activities on April 14th.","permalink":""} |
paragraph |
Nature enthusiasts looking for a picturesque camping experience can book a campsite at Van Damme State Park Campground, perfect for a peaceful getaway on April 14th.<br><br>Campers seeking a coastal camping adventure can reserve a spot at MacKerricher State Park Campground, offering stunning ocean views and outdoor activities on April 14th.<br><br> |