original_reply |
[{"entity": "Glass Beach","summary": "Nature lovers and beachcombers will appreciate the unique beauty of Glass Beach in Fort Bragg, known for its colorful sea glass treasures."}, {"entity": "Pudding Creek Beach","summary": "Families and outdoor enthusiasts can enjoy a relaxing day at Pudding Creek Beach in Fort Bragg, perfect for picnics, beachcombing, and scenic walks."}, {"entity": "Noyo Beach","summary": "Surfers and sunbathers can soak up the coastal beauty at Noyo Beach in Fort Bragg, offering a picturesque setting for water activities and relaxation."}] |
Glass Beach query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Glass%Beach%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Glass Beach') OR SOUNDEX(post_title) LIKE SOUNDEX('glass beach') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Glass%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Beach%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Glass Beach')OR SOUNDEX(post_title) LIKE SOUNDEX('glass beach')OR (post_title LIKE '%Glass%' OR post_title LIKE '%Beach%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Glass Beach |
{"post":{"ID":"31801","post_title":"Glass Beach","match_count":"22"},"summary":"Nature lovers and beachcombers will appreciate the unique beauty of Glass Beach in Fort Bragg, known for its colorful sea glass treasures.","permalink":"https://www.visitmendocino.com/listing/glass-beach/"} |
Pudding Creek Beach query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Pudding%Creek%Beach%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Pudding Creek Beach') OR SOUNDEX(post_title) LIKE SOUNDEX('pudding creek beach') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Pudding%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Creek%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Beach%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Pudding Creek Beach')OR SOUNDEX(post_title) LIKE SOUNDEX('pudding creek beach')OR (post_title LIKE '%Pudding%' OR post_title LIKE '%Creek%' OR post_title LIKE '%Beach%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Pudding Creek Beach |
{"post":"","summary":"Families and outdoor enthusiasts can enjoy a relaxing day at Pudding Creek Beach in Fort Bragg, perfect for picnics, beachcombing, and scenic walks.","permalink":""} |
Noyo Beach query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Noyo%Beach%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Noyo Beach') OR SOUNDEX(post_title) LIKE SOUNDEX('noyo beach') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Noyo%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Beach%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Noyo Beach')OR SOUNDEX(post_title) LIKE SOUNDEX('noyo beach')OR (post_title LIKE '%Noyo%' OR post_title LIKE '%Beach%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Noyo Beach |
{"post":"","summary":"Surfers and sunbathers can soak up the coastal beauty at Noyo Beach in Fort Bragg, offering a picturesque setting for water activities and relaxation.","permalink":""} |
paragraph |
Nature lovers and beachcombers will appreciate the unique beauty of <a href="https://www.visitmendocino.com/listing/glass-beach/">Glass Beach</a> in Fort Bragg, known for its colorful sea glass treasures.<br><br>Families and outdoor enthusiasts can enjoy a relaxing day at Pudding Creek Beach in Fort Bragg, perfect for picnics, beachcombing, and scenic walks.<br><br>Surfers and sunbathers can soak up the coastal beauty at Noyo Beach in Fort Bragg, offering a picturesque setting for water activities and relaxation.<br><br> |