original_reply |
[{"entity": "The Thirsty Axe","summary": "Fans of axe throwing looking for a unique and exciting activity will love the experience at The Thirsty Axe."}] |
The Thirsty Axe query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%The%Thirsty%Axe%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('The Thirsty Axe') OR SOUNDEX(post_title) LIKE SOUNDEX('thirsty axe') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Thirsty%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Axe%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('The Thirsty Axe')OR SOUNDEX(post_title) LIKE SOUNDEX('thirsty axe')OR (post_title LIKE '%Thirsty%' OR post_title LIKE '%Axe%'))HAVING match_count >= 2ORDER BY match_count DESC; |
The Thirsty Axe |
{"post":{"ID":"32144","post_title":"The Thirsty Axe","match_count":"22"},"summary":"Fans of axe throwing looking for a unique and exciting activity will love the experience at The Thirsty Axe.","permalink":"https://www.visitmendocino.com/listing/the-thirsty-axe/"} |
paragraph |
Fans of axe throwing looking for a unique and exciting activity will love the experience at <a href="https://www.visitmendocino.com/listing/the-thirsty-axe/">The Thirsty Axe</a>.<br><br> |