original_reply |
[{"entity": "Mendocino Film Festival","summary": "Film enthusiasts will appreciate the diverse selection of independent films showcased at the Mendocino Film Festival."}, {"entity": "Mendocino Crab, Wine & Beer Festival","summary": "Food and beverage lovers will enjoy the delicious crab dishes paired with local wines and beers at the Mendocino Crab, Wine & Beer Festival."}] |
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":"Film enthusiasts will appreciate the diverse selection of independent films showcased at the Mendocino Film Festival.","permalink":""} |
Mendocino Crab, Wine & Beer Festival query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Crab,%Wine%&%Beer%Festival%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Crab, Wine & Beer Festival') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino crab, wine & beer festival') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Crab,%' 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 Crab, Wine & Beer Festival')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino crab, wine & beer festival')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Crab,%' OR post_title LIKE '%Wine%' OR post_title LIKE '%Beer%' OR post_title LIKE '%Festival%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Mendocino Crab, Wine & Beer Festival |
{"post":"","summary":"Food and beverage lovers will enjoy the delicious crab dishes paired with local wines and beers at the Mendocino Crab, Wine & Beer Festival.","permalink":""} |
paragraph |
Film enthusiasts will appreciate the diverse selection of independent films showcased at the Mendocino Film Festival.<br><br>Food and beverage lovers will enjoy the delicious crab dishes paired with local wines and beers at the Mendocino Crab, Wine & Beer Festival.<br><br> |