original_reply |
[{"entity": "Seas2A","summary": "Outdoor enthusiasts and beach lovers should visit Seas2A for a peaceful and scenic experience along the Mendocino coastline."}] |
Seas2A query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Seas2A%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Seas2A') OR SOUNDEX(post_title) LIKE SOUNDEX('seas2a') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Seas2A%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Seas2A')OR SOUNDEX(post_title) LIKE SOUNDEX('seas2a')OR (post_title LIKE '%Seas2A%'))HAVING match_count >= 1ORDER BY match_count DESC; |
Seas2A |
{"post":"","summary":"Outdoor enthusiasts and beach lovers should visit Seas2A for a peaceful and scenic experience along the Mendocino coastline.","permalink":""} |
paragraph |
Outdoor enthusiasts and beach lovers should visit Seas2A for a peaceful and scenic experience along the Mendocino coastline.<br><br> |