original_reply |
[{"entity": "Albion Inn","summary": "Travelers seeking a charming and historic accommodation option will appreciate the cozy and welcoming atmosphere of Albion Inn."}] |
Albion Inn query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Albion%Inn%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Albion Inn') OR SOUNDEX(post_title) LIKE SOUNDEX('albion inn') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Albion%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Inn%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Albion Inn')OR SOUNDEX(post_title) LIKE SOUNDEX('albion inn')OR (post_title LIKE '%Albion%' OR post_title LIKE '%Inn%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Albion Inn |
{"post":"","summary":"Travelers seeking a charming and historic accommodation option will appreciate the cozy and welcoming atmosphere of Albion Inn.","permalink":""} |
paragraph |
Travelers seeking a charming and historic accommodation option will appreciate the cozy and welcoming atmosphere of Albion Inn.<br><br> |