original_reply |
[{"entity": "Nyata","summary": "Fans of eclectic, handcrafted jewelry will appreciate the unique and artistic pieces offered by Nyata."}] |
Nyata query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Nyata%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Nyata') OR SOUNDEX(post_title) LIKE SOUNDEX('nyata') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Nyata%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Nyata')OR SOUNDEX(post_title) LIKE SOUNDEX('nyata')OR (post_title LIKE '%Nyata%'))HAVING match_count >= 1ORDER BY match_count DESC; |
Nyata |
{"post":"","summary":"Fans of eclectic, handcrafted jewelry will appreciate the unique and artistic pieces offered by Nyata.","permalink":""} |
paragraph |
Fans of eclectic, handcrafted jewelry will appreciate the unique and artistic pieces offered by Nyata.<br><br> |