original_reply |
[{"entity": "Little River Inn","summary": "Little River Inn is a charming and comfortable hotel, perfect for travelers looking for a reasonably priced accommodation with beautiful ocean views."}, {"entity": "Stanford Inn by the Sea","summary": "Stanford Inn by the Sea is an eco-friendly resort offering cozy rooms and a peaceful atmosphere, ideal for those seeking a reasonably priced stay close to nature."}, {"entity": "Hill House Inn","summary": "Hill House Inn is a historic hotel with affordable rates, great for visitors wanting a comfortable and budget-friendly place to stay in Mendocino."}] |
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":"Little River Inn is a charming and comfortable hotel, perfect for travelers looking for a reasonably priced accommodation with beautiful ocean views.","permalink":"https://www.visitmendocino.com/listing/little-river-inn-resort-spa/"} |
Stanford Inn by the Sea query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Stanford%Inn%by%the%Sea%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Stanford Inn by the Sea’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘stanford inn by sea’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Stanford%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Inn%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%by%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Sea%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Stanford Inn by the Sea’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘stanford inn by sea’)OR (post_title LIKE ‘%Stanford%’ OR post_title LIKE ‘%Inn%’ OR post_title LIKE ‘%by%’ OR post_title LIKE ‘%Sea%’))HAVING match_count >= 4ORDER BY match_count DESC; |
Stanford Inn by the Sea |
{"post":{"ID":"31981","post_title":"Stanford Inn by the Sea","match_count":"24"},"summary":"Stanford Inn by the Sea is an eco-friendly resort offering cozy rooms and a peaceful atmosphere, ideal for those seeking a reasonably priced stay close to nature.","permalink":"https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/"} |
Hill House Inn query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Hill%House%Inn%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Hill House Inn’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘hill house inn’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Hill%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%House%’ 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(‘Hill House Inn’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘hill house inn’)OR (post_title LIKE ‘%Hill%’ OR post_title LIKE ‘%House%’ OR post_title LIKE ‘%Inn%’))HAVING match_count >= 3ORDER BY match_count DESC; |
Hill House Inn |
{"post":{"ID":"31946","post_title":"Hill House Inn","match_count":"23"},"summary":"Hill House Inn is a historic hotel with affordable rates, great for visitors wanting a comfortable and budget-friendly place to stay in Mendocino.","permalink":"https://www.visitmendocino.com/listing/hill-house-inn/"} |
paragraph |
<a href="https://www.visitmendocino.com/listing/little-river-inn-resort-spa/">Little River Inn</a> is a charming and comfortable hotel, perfect for travelers looking for a reasonably priced accommodation with beautiful ocean views.<br><br><a href="https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/">Stanford Inn by the Sea</a> is an eco-friendly resort offering cozy rooms and a peaceful atmosphere, ideal for those seeking a reasonably priced stay close to nature.<br><br><a href="https://www.visitmendocino.com/listing/hill-house-inn/">Hill House Inn</a> is a historic hotel with affordable rates, great for visitors wanting a comfortable and budget-friendly place to stay in Mendocino.<br><br> |