original_reply |
[{"entity": "Mariachi music performances in the Mendocino Coast Botanical Gardens","summary": "Music lovers can enjoy the lively and authentic mariachi music performances at the Mendocino Coast Botanical Gardens. Check the event schedule for specific times and dates."}] |
Mariachi music performances in the Mendocino Coast Botanical Gardens query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Mariachi%music%performances%in%the%Mendocino%Coast%Botanical%Gardens%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Mariachi music performances in the Mendocino Coast Botanical Gardens’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘mariachi music performances in mendocino coast botanical gardens’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mariachi%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%music%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%performances%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mendocino%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Coast%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Botanical%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Gardens%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Mariachi music performances in the Mendocino Coast Botanical Gardens’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘mariachi music performances in mendocino coast botanical gardens’)OR (post_title LIKE ‘%Mariachi%’ OR post_title LIKE ‘%music%’ OR post_title LIKE ‘%performances%’ OR post_title LIKE ‘%Mendocino%’ OR post_title LIKE ‘%Coast%’ OR post_title LIKE ‘%Botanical%’ OR post_title LIKE ‘%Gardens%’))HAVING match_count >= 7ORDER BY match_count DESC; |
Mariachi music performances in the Mendocino Coast Botanical Gardens |
{"post":"","summary":"Music lovers can enjoy the lively and authentic mariachi music performances at the Mendocino Coast Botanical Gardens. Check the event schedule for specific times and dates.","permalink":""} |
paragraph |
Music lovers can enjoy the lively and authentic mariachi music performances at the Mendocino Coast Botanical Gardens. Check the event schedule for specific times and dates.<br><br> |