original_reply |
[{"entity": "Jackson Demonstration State Forest Campgrounds","summary": "Nature enthusiasts and outdoor lovers will appreciate the serene camping experience offered by Jackson Demonstration State Forest Campgrounds."}] |
Jackson Demonstration State Forest Campgrounds query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Jackson%Demonstration%State%Forest%Campgrounds%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Jackson Demonstration State Forest Campgrounds') OR SOUNDEX(post_title) LIKE SOUNDEX('jackson demonstration state forest campgrounds') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Jackson%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Demonstration%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%State%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Forest%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Campgrounds%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Jackson Demonstration State Forest Campgrounds')OR SOUNDEX(post_title) LIKE SOUNDEX('jackson demonstration state forest campgrounds')OR (post_title LIKE '%Jackson%' OR post_title LIKE '%Demonstration%' OR post_title LIKE '%State%' OR post_title LIKE '%Forest%' OR post_title LIKE '%Campgrounds%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Jackson Demonstration State Forest Campgrounds |
{"post":"","summary":"Nature enthusiasts and outdoor lovers will appreciate the serene camping experience offered by Jackson Demonstration State Forest Campgrounds.","permalink":""} |
paragraph |
Nature enthusiasts and outdoor lovers will appreciate the serene camping experience offered by Jackson Demonstration State Forest Campgrounds.<br><br> |