original_reply |
[{"entity": "Emmanuel Joseph","summary": "Art enthusiasts seeking unique and thought-provoking contemporary art will appreciate the works of Emmanuel Joseph."}] |
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 seeking unique and thought-provoking contemporary art will appreciate the works of Emmanuel Joseph.","permalink":""} |
paragraph |
Art enthusiasts seeking unique and thought-provoking contemporary art will appreciate the works of Emmanuel Joseph.<br><br> |