original_reply |
[{"entity": "Big River Estuary","summary": "Nature enthusiasts and adventure seekers will love kayaking in the serene waters of the Big River Estuary, where you can explore the diverse marine life and discover open tide pools."}] |
Big River Estuary query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Big%River%Estuary%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Big River Estuary’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘big river estuary’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Big%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%River%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Estuary%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Big River Estuary’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘big river estuary’)OR (post_title LIKE ‘%Big%’ OR post_title LIKE ‘%River%’ OR post_title LIKE ‘%Estuary%’))HAVING match_count >= 3ORDER BY match_count DESC; |
Big River Estuary |
{"post":"","summary":"Nature enthusiasts and adventure seekers will love kayaking in the serene waters of the Big River Estuary, where you can explore the diverse marine life and discover open tide pools.","permalink":""} |
paragraph |
Nature enthusiasts and adventure seekers will love kayaking in the serene waters of the Big River Estuary, where you can explore the diverse marine life and discover open tide pools.<br><br> |