original_reply |
[{"entity": "Manchester State Beach parking lot","summary": "Visitors can park at the Manchester State Beach parking lot, which provides convenient access to the beach for those looking to enjoy a day by the ocean."}] |
Manchester State Beach parking lot query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Manchester%State%Beach%parking%lot%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Manchester State Beach parking lot’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘manchester state beach parking lot’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Manchester%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%State%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Beach%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%parking%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%lot%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Manchester State Beach parking lot’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘manchester state beach parking lot’)OR (post_title LIKE ‘%Manchester%’ OR post_title LIKE ‘%State%’ OR post_title LIKE ‘%Beach%’ OR post_title LIKE ‘%parking%’ OR post_title LIKE ‘%lot%’))HAVING match_count >= 5ORDER BY match_count DESC; |
Manchester State Beach parking lot |
{"post":"","summary":"Visitors can park at the Manchester State Beach parking lot, which provides convenient access to the beach for those looking to enjoy a day by the ocean.","permalink":""} |
paragraph |
Visitors can park at the Manchester State Beach parking lot, which provides convenient access to the beach for those looking to enjoy a day by the ocean.<br><br> |