original_reply |
[{"entity": "Mendocino Spring Hopland Passport Weekend","summary": "Wine enthusiasts will appreciate the variety of local wines available at the Mendocino Spring Hopland Passport Weekend, perfect for those looking to explore the region's wineries while enjoying a festive atmosphere."}] |
Mendocino Spring Hopland Passport Weekend query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Spring%Hopland%Passport%Weekend%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Spring Hopland Passport Weekend') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino spring hopland passport weekend') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Spring%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Hopland%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Passport%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Weekend%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Spring Hopland Passport Weekend')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino spring hopland passport weekend')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Spring%' OR post_title LIKE '%Hopland%' OR post_title LIKE '%Passport%' OR post_title LIKE '%Weekend%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Mendocino Spring Hopland Passport Weekend |
{"post":"","summary":"Wine enthusiasts will appreciate the variety of local wines available at the Mendocino Spring Hopland Passport Weekend, perfect for those looking to explore the region's wineries while enjoying a festive atmosphere.","permalink":""} |
paragraph |
Wine enthusiasts will appreciate the variety of local wines available at the Mendocino Spring Hopland Passport Weekend, perfect for those looking to explore the region's wineries while enjoying a festive atmosphere.<br><br> |