original_reply |
[{"entity": "Chandelier Drive-Through Tree","summary": "Nature enthusiasts and road trippers will enjoy the unique experience of driving through the Chandelier Drive-Through Tree, but there is a small fee for vehicles to pass through."}] |
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 road trippers will enjoy the unique experience of driving through the Chandelier Drive-Through Tree, but there is a small fee for vehicles to pass through.","permalink":""} |
paragraph |
Nature enthusiasts and road trippers will enjoy the unique experience of driving through the Chandelier Drive-Through Tree, but there is a small fee for vehicles to pass through.<br><br> |