original_reply |
[{"entity": "Glass Beach","summary": "Beachcombers and nature enthusiasts will be amazed by the colorful sea glass that covers the shore at Glass Beach, creating a unique and beautiful sight."}, {"entity": "Mendocino Headlands State Park","summary": "Hikers and photographers will appreciate the stunning coastal views and diverse wildlife that Mendocino Headlands State Park has to offer."}, {"entity": "Anderson Valley Wine Trail","summary": "Wine lovers can explore the picturesque vineyards and taste a variety of award-winning wines along the Anderson Valley Wine Trail."}, {"entity": "Mendocino Theatre Company","summary": "Theater enthusiasts can enjoy a live performance at the Mendocino Theatre Company, showcasing talented local actors and thought-provoking productions."}] |
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":"Beachcombers and nature enthusiasts will be amazed by the colorful sea glass that covers the shore at Glass Beach, creating a unique and beautiful sight.","permalink":"https://www.visitmendocino.com/listing/glass-beach/"} |
Mendocino Headlands State Park query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Mendocino%Headlands%State%Park%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Headlands State Park’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino headlands state park’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mendocino%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Headlands%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%State%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Park%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Headlands State Park’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino headlands state park’)OR (post_title LIKE ‘%Mendocino%’ OR post_title LIKE ‘%Headlands%’ OR post_title LIKE ‘%State%’ OR post_title LIKE ‘%Park%’))HAVING match_count >= 4ORDER BY match_count DESC; |
Mendocino Headlands State Park |
{"post":{"ID":"31563","post_title":"Mendocino Headlands State Park","match_count":"24"},"summary":"Hikers and photographers will appreciate the stunning coastal views and diverse wildlife that Mendocino Headlands State Park has to offer.","permalink":"https://www.visitmendocino.com/listing/mendocino-headlands-state-park/"} |
Anderson Valley Wine Trail query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Anderson%Valley%Wine%Trail%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Anderson Valley Wine Trail’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘anderson valley wine trail’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Anderson%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Valley%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Wine%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Trail%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Anderson Valley Wine Trail’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘anderson valley wine trail’)OR (post_title LIKE ‘%Anderson%’ OR post_title LIKE ‘%Valley%’ OR post_title LIKE ‘%Wine%’ OR post_title LIKE ‘%Trail%’))HAVING match_count >= 4ORDER BY match_count DESC; |
Anderson Valley Wine Trail |
{"post":"","summary":"Wine lovers can explore the picturesque vineyards and taste a variety of award-winning wines along the Anderson Valley Wine Trail.","permalink":""} |
Mendocino Theatre Company query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Mendocino%Theatre%Company%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Theatre Company’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino atre company’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mendocino%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Theatre%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Company%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Theatre Company’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino atre company’)OR (post_title LIKE ‘%Mendocino%’ OR post_title LIKE ‘%Theatre%’ OR post_title LIKE ‘%Company%’))HAVING match_count >= 3ORDER BY match_count DESC; |
Mendocino Theatre Company |
{"post":{"ID":"31532","post_title":"Mendocino Theatre Company","match_count":"23"},"summary":"Theater enthusiasts can enjoy a live performance at the Mendocino Theatre Company, showcasing talented local actors and thought-provoking productions.","permalink":"https://www.visitmendocino.com/listing/mendocino-theatre-company/"} |
paragraph |
Beachcombers and nature enthusiasts will be amazed by the colorful sea glass that covers the shore at <a href="https://www.visitmendocino.com/listing/glass-beach/">Glass Beach</a>, creating a unique and beautiful sight.<br><br>Hikers and photographers will appreciate the stunning coastal views and diverse wildlife that <a href="https://www.visitmendocino.com/listing/mendocino-headlands-state-park/">Mendocino Headlands State Park</a> has to offer.<br><br>Wine lovers can explore the picturesque vineyards and taste a variety of award-winning wines along the Anderson Valley Wine Trail.<br><br>Theater enthusiasts can enjoy a live performance at the <a href="https://www.visitmendocino.com/listing/mendocino-theatre-company/">Mendocino Theatre Company</a>, showcasing talented local actors and thought-provoking productions.<br><br> |