original_reply |
[{"entity": "Raicha","summary": "Wine enthusiasts looking for an intimate tasting experience will appreciate the unique varietals and stunning vineyard views at Raicha."}] |
Raicha query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Raicha%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Raicha') OR SOUNDEX(post_title) LIKE SOUNDEX('raicha') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Raicha%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Raicha')OR SOUNDEX(post_title) LIKE SOUNDEX('raicha')OR (post_title LIKE '%Raicha%'))HAVING match_count >= 1ORDER BY match_count DESC; |
Raicha |
{"post":"","summary":"Wine enthusiasts looking for an intimate tasting experience will appreciate the unique varietals and stunning vineyard views at Raicha.","permalink":""} |
paragraph |
Wine enthusiasts looking for an intimate tasting experience will appreciate the unique varietals and stunning vineyard views at Raicha.<br><br> |