original_reply |
[{"entity": "Cococo","summary": "Art enthusiasts will appreciate the unique and whimsical handmade art pieces at Cococo, making it a must-visit in Mendocino County."}] |
Cococo query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Cococo%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Cococo’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘cococo’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Cococo%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Cococo’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘cococo’)OR (post_title LIKE ‘%Cococo%’))HAVING match_count >= 1ORDER BY match_count DESC; |
Cococo |
{"post":"","summary":"Art enthusiasts will appreciate the unique and whimsical handmade art pieces at Cococo, making it a must-visit in Mendocino County.","permalink":""} |
paragraph |
Art enthusiasts will appreciate the unique and whimsical handmade art pieces at Cococo, making it a must-visit in Mendocino County.<br><br> |