original_reply |
[{"entity": "Chandelier Drive-Through Tree","summary": "Nature enthusiasts and families with children will enjoy driving through the iconic Chandelier Drive-Through Tree and experiencing the wonder of nature up close."}] |
Chandelier Drive-Through Tree query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Chandelier%Drive-Through%Tree%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Chandelier Drive-Through Tree') OR SOUNDEX(post_title) LIKE SOUNDEX('chandelier drive-through tree') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Chandelier%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Drive-Through%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Tree%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Chandelier Drive-Through Tree')OR SOUNDEX(post_title) LIKE SOUNDEX('chandelier drive-through tree')OR (post_title LIKE '%Chandelier%' OR post_title LIKE '%Drive-Through%' OR post_title LIKE '%Tree%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Chandelier Drive-Through Tree |
{"post":"","summary":"Nature enthusiasts and families with children will enjoy driving through the iconic Chandelier Drive-Through Tree and experiencing the wonder of nature up close.","permalink":""} |
paragraph |
Nature enthusiasts and families with children will enjoy driving through the iconic Chandelier Drive-Through Tree and experiencing the wonder of nature up close.<br><br> |