original_reply |
[{"entity": "Leaha","summary": "Leaha is a charming bed and breakfast perfect for couples looking for a romantic getaway in Mendocino County."}] |
Leaha query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Leaha%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Leaha') OR SOUNDEX(post_title) LIKE SOUNDEX('leaha') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Leaha%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Leaha')OR SOUNDEX(post_title) LIKE SOUNDEX('leaha')OR (post_title LIKE '%Leaha%'))HAVING match_count >= 1ORDER BY match_count DESC; |
Leaha |
{"post":"","summary":"Leaha is a charming bed and breakfast perfect for couples looking for a romantic getaway in Mendocino County.","permalink":""} |
paragraph |
Leaha is a charming bed and breakfast perfect for couples looking for a romantic getaway in Mendocino County.<br><br> |