original_reply |
[{"entity": "Mendocino Mushroom, Wine & Beer Festival","summary": "Food and wine enthusiasts will delight in the variety of events at the Mendocino Mushroom, Wine & Beer Festival happening from October 11-15."}, {"entity": "Point Arena Lighthouse","summary": "History buffs and nature lovers should visit the iconic Point Arena Lighthouse for breathtaking views and a glimpse into the area's maritime past during October 11-15."}] |
Mendocino Mushroom, Wine & Beer Festival query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Mushroom,%Wine%&%Beer%Festival%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Mushroom, Wine & Beer Festival') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino mushroom, wine & beer festival') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Mushroom,%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Wine%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Beer%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Festival%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Mushroom, Wine & Beer Festival')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino mushroom, wine & beer festival')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Mushroom,%' OR post_title LIKE '%Wine%' OR post_title LIKE '%Beer%' OR post_title LIKE '%Festival%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Mendocino Mushroom, Wine & Beer Festival |
{"post":"","summary":"Food and wine enthusiasts will delight in the variety of events at the Mendocino Mushroom, Wine & Beer Festival happening from October 11-15.","permalink":""} |
Point Arena Lighthouse query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Point%Arena%Lighthouse%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Point Arena Lighthouse') OR SOUNDEX(post_title) LIKE SOUNDEX('point arena lighthouse') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Point%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Arena%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Lighthouse%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Point Arena Lighthouse')OR SOUNDEX(post_title) LIKE SOUNDEX('point arena lighthouse')OR (post_title LIKE '%Point%' OR post_title LIKE '%Arena%' OR post_title LIKE '%Lighthouse%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Point Arena Lighthouse |
{"post":{"ID":"31677","post_title":"Point Arena Lighthouse","match_count":"23"},"summary":"History buffs and nature lovers should visit the iconic Point Arena Lighthouse for breathtaking views and a glimpse into the area's maritime past during October 11-15.","permalink":"https://www.visitmendocino.com/listing/point-arena-lighthouse/"} |
paragraph |
Food and wine enthusiasts will delight in the variety of events at the Mendocino Mushroom, Wine & Beer Festival happening from October 11-15.<br><br>History buffs and nature lovers should visit the iconic <a href="https://www.visitmendocino.com/listing/point-arena-lighthouse/">Point Arena Lighthouse</a> for breathtaking views and a glimpse into the area's maritime past during October 11-15.<br><br> |