original_reply |
[{"entity": "Germain-Robin Distillery","summary": "Lovers of handcrafted spirits and unique liqueurs will appreciate the coffee liqueur made by Germain-Robin Distillery."}] |
Germain-Robin Distillery query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Germain-Robin%Distillery%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Germain-Robin Distillery') OR SOUNDEX(post_title) LIKE SOUNDEX('germain-robin distillery') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Germain-Robin%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Distillery%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Germain-Robin Distillery')OR SOUNDEX(post_title) LIKE SOUNDEX('germain-robin distillery')OR (post_title LIKE '%Germain-Robin%' OR post_title LIKE '%Distillery%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Germain-Robin Distillery |
{"post":"","summary":"Lovers of handcrafted spirits and unique liqueurs will appreciate the coffee liqueur made by Germain-Robin Distillery.","permalink":""} |
paragraph |
Lovers of handcrafted spirits and unique liqueurs will appreciate the coffee liqueur made by Germain-Robin Distillery.<br><br> |