original_reply |
[{"entity": "Little River Inn","summary": "Travelers seeking a charming coastal retreat will find the Little River Inn to be a perfect choice for their stay on May 25th."}] |
Little River Inn query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Little%River%Inn%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Little River Inn') OR SOUNDEX(post_title) LIKE SOUNDEX('little river inn') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Little%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%River%' 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('Little River Inn')OR SOUNDEX(post_title) LIKE SOUNDEX('little river inn')OR (post_title LIKE '%Little%' OR post_title LIKE '%River%' OR post_title LIKE '%Inn%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Little River Inn |
{"post":{"ID":"31952","post_title":"Little River Inn Resort & Spa","match_count":"13"},"summary":"Travelers seeking a charming coastal retreat will find the Little River Inn to be a perfect choice for their stay on May 25th.","permalink":"https://www.visitmendocino.com/listing/little-river-inn-resort-spa/"} |
paragraph |
Travelers seeking a charming coastal retreat will find the <a href="https://www.visitmendocino.com/listing/little-river-inn-resort-spa/">Little River Inn</a> to be a perfect choice for their stay on May 25th.<br><br> |