original_reply |
[{"entity": "Card","summary": "Card lovers will appreciate the wide selection of unique, handcrafted cards at Out of This World in Mendocino Village, perfect for any occasion."}] |
Card query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Card%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Card') OR SOUNDEX(post_title) LIKE SOUNDEX('card') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Card%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Card')OR SOUNDEX(post_title) LIKE SOUNDEX('card')OR (post_title LIKE '%Card%'))HAVING match_count >= 1ORDER BY match_count DESC; |
Card |
{"post":"","summary":"Card lovers will appreciate the wide selection of unique, handcrafted cards at Out of This World in Mendocino Village, perfect for any occasion.","permalink":""} |
paragraph |
Card lovers will appreciate the wide selection of unique, handcrafted cards at Out of This World in Mendocino Village, perfect for any occasion.<br><br> |