original_reply |
[{"entity": "Mendocino Film Festival","summary": "Movie enthusiasts will appreciate the diverse selection of independent films showcased at the Mendocino Film Festival, making it a must-visit event for cinema lovers."},{"entity": "Mendocino Mushroom, Wine & Beer Festival","summary": "Food and beverage connoisseurs will delight in the unique culinary experiences offered at the Mendocino Mushroom, Wine & Beer Festival, making it a great event for those who enjoy gastronomic adventures."},{"entity": "Winesong Wine Tasting & Auction","summary": "Wine enthusiasts looking to sample a wide array of exquisite wines while supporting a good cause will find the Winesong Wine Tasting & Auction to be a perfect event to attend."},{"entity": "Mendocino Music Festival","summary": "Music lovers seeking a diverse range of live performances in a beautiful coastal setting should check out the Mendocino Music Festival for a memorable musical experience."}] |
Mendocino Film Festival query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Film%Festival%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Film Festival') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino film festival') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Film%' 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 Film Festival')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino film festival')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Film%' OR post_title LIKE '%Festival%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Mendocino Film Festival |
{"post":"","summary":"Movie enthusiasts will appreciate the diverse selection of independent films showcased at the Mendocino Film Festival, making it a must-visit event for cinema lovers.","permalink":""} |
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 beverage connoisseurs will delight in the unique culinary experiences offered at the Mendocino Mushroom, Wine & Beer Festival, making it a great event for those who enjoy gastronomic adventures.","permalink":""} |
Winesong Wine Tasting & Auction query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Winesong%Wine%Tasting%&%Auction%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Winesong Wine Tasting & Auction') OR SOUNDEX(post_title) LIKE SOUNDEX('winesong wine tasting & auction') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Winesong%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Wine%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Tasting%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Auction%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Winesong Wine Tasting & Auction')OR SOUNDEX(post_title) LIKE SOUNDEX('winesong wine tasting & auction')OR (post_title LIKE '%Winesong%' OR post_title LIKE '%Wine%' OR post_title LIKE '%Tasting%' OR post_title LIKE '%Auction%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Winesong Wine Tasting & Auction |
{"post":"","summary":"Wine enthusiasts looking to sample a wide array of exquisite wines while supporting a good cause will find the Winesong Wine Tasting & Auction to be a perfect event to attend.","permalink":""} |
Mendocino Music Festival query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Music%Festival%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Music Festival') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino music festival') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Music%' 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 Music Festival')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino music festival')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Music%' OR post_title LIKE '%Festival%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Mendocino Music Festival |
{"post":"","summary":"Music lovers seeking a diverse range of live performances in a beautiful coastal setting should check out the Mendocino Music Festival for a memorable musical experience.","permalink":""} |
paragraph |
Movie enthusiasts will appreciate the diverse selection of independent films showcased at the Mendocino Film Festival, making it a must-visit event for cinema lovers.<br><br>Food and beverage connoisseurs will delight in the unique culinary experiences offered at the Mendocino Mushroom, Wine & Beer Festival, making it a great event for those who enjoy gastronomic adventures.<br><br>Wine enthusiasts looking to sample a wide array of exquisite wines while supporting a good cause will find the Winesong Wine Tasting & Auction to be a perfect event to attend.<br><br>Music lovers seeking a diverse range of live performances in a beautiful coastal setting should check out the Mendocino Music Festival for a memorable musical experience.<br><br> |