original_reply |
[{"entity": "Jackson Demonstration State Forest","summary": "Nature enthusiasts and hikers will appreciate the serene beauty and well-maintained trails at Jackson Demonstration State Forest."}] |
Jackson Demonstration State Forest query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Jackson%Demonstration%State%Forest%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Jackson Demonstration State Forest') OR SOUNDEX(post_title) LIKE SOUNDEX('jackson demonstration state forest') ) 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) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Jackson Demonstration State Forest')OR SOUNDEX(post_title) LIKE SOUNDEX('jackson demonstration state forest')OR (post_title LIKE '%Jackson%' OR post_title LIKE '%Demonstration%' OR post_title LIKE '%State%' OR post_title LIKE '%Forest%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Jackson Demonstration State Forest |
{"post":{"ID":"31714","post_title":"Jackson Demonstration State Forest","match_count":"24"},"summary":"Nature enthusiasts and hikers will appreciate the serene beauty and well-maintained trails at Jackson Demonstration State Forest.","permalink":"https://www.visitmendocino.com/listing/jackson-demonstration-state-forest/"} |
paragraph |
Nature enthusiasts and hikers will appreciate the serene beauty and well-maintained trails at <a href="https://www.visitmendocino.com/listing/jackson-demonstration-state-forest/">Jackson Demonstration State Forest</a>.<br><br> |