original_reply |
[{"entity": "Van Damme State Park","summary": "Nature enthusiasts and hikers will appreciate the lush fern canyons, scenic trails, and picturesque beach at Van Damme State Park."}] |
Van Damme State Park query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Van%Damme%State%Park%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Van Damme State Park’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘van damme state park’) ) 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) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Van Damme State Park’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘van damme state park’)OR (post_title LIKE ‘%Van%’ OR post_title LIKE ‘%Damme%’ OR post_title LIKE ‘%State%’ OR post_title LIKE ‘%Park%’))HAVING match_count >= 4ORDER BY match_count DESC; |
Van Damme State Park |
{"post":{"ID":"31555","post_title":"Van Damme State Park","match_count":"24"},"summary":"Nature enthusiasts and hikers will appreciate the lush fern canyons, scenic trails, and picturesque beach at Van Damme State Park.","permalink":"https://www.visitmendocino.com/listing/van-damme-state-park/"} |
paragraph |
Nature enthusiasts and hikers will appreciate the lush fern canyons, scenic trails, and picturesque beach at <a href="https://www.visitmendocino.com/listing/van-damme-state-park/">Van Damme State Park</a>.<br><br> |