| original_reply | [{"entity": "Mendocino Coast Botanical Gardens Festival of Lights","summary": "Visitors looking for a magical holiday experience should attend the Mendocino Coast Botanical Gardens Festival of Lights, featuring enchanting light displays and festive activities for all ages."}] |
| Mendocino Coast Botanical Gardens Festival of Lights query | SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Mendocino%Coast%Botanical%Gardens%Festival%of%Lights%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Coast Botanical Gardens Festival of Lights’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino coast botanical gardens festival of lights’) ) THEN 10 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 + CASE WHEN post_title LIKE ‘%Festival%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Lights%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Coast Botanical Gardens Festival of Lights’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino coast botanical gardens festival of lights’)OR (post_title LIKE ‘%Mendocino%’ OR post_title LIKE ‘%Coast%’ OR post_title LIKE ‘%Botanical%’ OR post_title LIKE ‘%Gardens%’ OR post_title LIKE ‘%Festival%’ OR post_title LIKE ‘%Lights%’))HAVING match_count >= 6ORDER BY match_count DESC; |
| Mendocino Coast Botanical Gardens Festival of Lights | {"post":"","summary":"Visitors looking for a magical holiday experience should attend the Mendocino Coast Botanical Gardens Festival of Lights, featuring enchanting light displays and festive activities for all ages.","permalink":""} |
| paragraph | Visitors looking for a magical holiday experience should attend the Mendocino Coast Botanical Gardens Festival of Lights, featuring enchanting light displays and festive activities for all ages.<br><br> |