original_reply |
[{"entity": "The Great Put-On","summary": "The Great Put-On allows returns, making it a convenient option for those who may need to exchange or return items."}] |
The Great Put-On query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%The%Great%Put-On%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('The Great Put-On') OR SOUNDEX(post_title) LIKE SOUNDEX('great put-on') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Great%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Put-On%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('The Great Put-On')OR SOUNDEX(post_title) LIKE SOUNDEX('great put-on')OR (post_title LIKE '%Great%' OR post_title LIKE '%Put-On%'))HAVING match_count >= 2ORDER BY match_count DESC; |
The Great Put-On |
{"post":{"ID":"31613","post_title":"The Great Put-On","match_count":"22"},"summary":"The Great Put-On allows returns, making it a convenient option for those who may need to exchange or return items.","permalink":"https://www.visitmendocino.com/listing/the-great-put-on/"} |
paragraph |
<a href="https://www.visitmendocino.com/listing/the-great-put-on/">The Great Put-On</a> allows returns, making it a convenient option for those who may need to exchange or return items.<br><br> |