original_reply |
[{"entity": "Green Acres Campground","summary": "Outdoor enthusiasts looking for a peaceful camping experience will enjoy Green Acres Campground, located off I-99. It’s a great option for those seeking a convenient and tranquil camping spot."}] |
Green Acres Campground query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Green%Acres%Campground%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Green Acres Campground’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘green acres campground’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Green%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Acres%’ 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(‘Green Acres Campground’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘green acres campground’)OR (post_title LIKE ‘%Green%’ OR post_title LIKE ‘%Acres%’ OR post_title LIKE ‘%Campground%’))HAVING match_count >= 3ORDER BY match_count DESC; |
Green Acres Campground |
{"post":{"ID":"40800","post_title":"Green Acres Campground","match_count":"23"},"summary":"Outdoor enthusiasts looking for a peaceful camping experience will enjoy Green Acres Campground, located off I-99. It’s a great option for those seeking a convenient and tranquil camping spot.","permalink":"https://www.visitmendocino.com/listing/green-acres-campground/"} |
paragraph |
Outdoor enthusiasts looking for a peaceful camping experience will enjoy <a href="https://www.visitmendocino.com/listing/green-acres-campground/">Green Acres Campground</a>, located off I-99. It’s a great option for those seeking a convenient and tranquil camping spot.<br><br> |