original_reply |
[{"entity": "Emmanuel Joseph","summary": "Art enthusiasts will appreciate the intricate sculptures and unique art pieces created by Emmanuel Joseph, making it a must-visit for anyone looking to explore the local art scene."}] |
Emmanuel Joseph query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Emmanuel%Joseph%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Emmanuel Joseph') OR SOUNDEX(post_title) LIKE SOUNDEX('emmanuel joseph') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Emmanuel%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Joseph%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Emmanuel Joseph')OR SOUNDEX(post_title) LIKE SOUNDEX('emmanuel joseph')OR (post_title LIKE '%Emmanuel%' OR post_title LIKE '%Joseph%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Emmanuel Joseph |
{"post":"","summary":"Art enthusiasts will appreciate the intricate sculptures and unique art pieces created by Emmanuel Joseph, making it a must-visit for anyone looking to explore the local art scene.","permalink":""} |
paragraph |
Art enthusiasts will appreciate the intricate sculptures and unique art pieces created by Emmanuel Joseph, making it a must-visit for anyone looking to explore the local art scene.<br><br> |