original_reply |
[{"entity": "Little River Inn","summary": "Nature lovers and golf enthusiasts will enjoy the charming accommodations and picturesque views offered by the Little River Inn."},{"entity": "Stanford Inn by the Sea","summary": "Eco-conscious travelers and those seeking a tranquil retreat will appreciate the sustainable practices and serene atmosphere at the Stanford Inn by the Sea."},{"entity": "Mendocino Hotel & Garden Suites","summary": "History buffs and garden enthusiasts will be captivated by the Victorian charm and beautiful gardens at the Mendocino Hotel & Garden Suites."},{"entity": "MacCallum House Inn & Restaurant","summary": "Foodies and wine lovers will delight in the farm-to-table cuisine and extensive wine list offered at the MacCallum House Inn & Restaurant."},{"entity": "Stella Maris Inn","summary": "Budget-conscious travelers and beach lovers will find comfortable accommodations and convenient access to the coast at the Stella Maris Inn."},{"entity": "Brewery Gulch Inn","summary": "Luxury seekers and nature enthusiasts will be amazed by the breathtaking ocean views and top-notch amenities at the Brewery Gulch Inn."},{"entity": "Glendeven Inn","summary": "Romantic couples and animal lovers will fall in love with the cozy rooms and friendly llamas at the Glendeven Inn."},{"entity": "Cafe Beaujolais","summary": "Food enthusiasts and wine connoisseurs will be enchanted by the French-inspired cuisine and extensive wine selection at Cafe Beaujolais."}] |
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":"Nature lovers and golf enthusiasts will enjoy the charming accommodations and picturesque views offered by the Little River Inn.","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":"Eco-conscious travelers and those seeking a tranquil retreat will appreciate the sustainable practices and serene atmosphere at the Stanford Inn by the Sea.","permalink":"https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/"} |
Mendocino Hotel & Garden Suites query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Hotel%&%Garden%Suites%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Hotel & Garden Suites') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino hotel & garden suites') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Hotel%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Garden%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Suites%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Hotel & Garden Suites')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino hotel & garden suites')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Hotel%' OR post_title LIKE '%Garden%' OR post_title LIKE '%Suites%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Mendocino Hotel & Garden Suites |
{"post":{"ID":"31999","post_title":"Mendocino Hotel & Garden Suites","match_count":"24"},"summary":"History buffs and garden enthusiasts will be captivated by the Victorian charm and beautiful gardens at the Mendocino Hotel & Garden Suites.","permalink":"https://www.visitmendocino.com/listing/mendocino-hotel-garden-suites/"} |
MacCallum House Inn & Restaurant query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%MacCallum%House%Inn%&%Restaurant%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('MacCallum House Inn & Restaurant') OR SOUNDEX(post_title) LIKE SOUNDEX('maccallum house inn & restaurant') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%MacCallum%' 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 + CASE WHEN post_title LIKE '%Restaurant%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('MacCallum House Inn & Restaurant')OR SOUNDEX(post_title) LIKE SOUNDEX('maccallum house inn & restaurant')OR (post_title LIKE '%MacCallum%' OR post_title LIKE '%House%' OR post_title LIKE '%Inn%' OR post_title LIKE '%Restaurant%'))HAVING match_count >= 4ORDER BY match_count DESC; |
MacCallum House Inn & Restaurant |
{"post":"","summary":"Foodies and wine lovers will delight in the farm-to-table cuisine and extensive wine list offered at the MacCallum House Inn & Restaurant.","permalink":""} |
Stella Maris Inn query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Stella%Maris%Inn%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Stella Maris Inn') OR SOUNDEX(post_title) LIKE SOUNDEX('stella maris inn') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Stella%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Maris%' 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('Stella Maris Inn')OR SOUNDEX(post_title) LIKE SOUNDEX('stella maris inn')OR (post_title LIKE '%Stella%' OR post_title LIKE '%Maris%' OR post_title LIKE '%Inn%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Stella Maris Inn |
{"post":"","summary":"Budget-conscious travelers and beach lovers will find comfortable accommodations and convenient access to the coast at the Stella Maris Inn.","permalink":""} |
Brewery Gulch Inn query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Brewery%Gulch%Inn%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Brewery Gulch Inn') OR SOUNDEX(post_title) LIKE SOUNDEX('brewery gulch inn') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Brewery%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Gulch%' 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('Brewery Gulch Inn')OR SOUNDEX(post_title) LIKE SOUNDEX('brewery gulch inn')OR (post_title LIKE '%Brewery%' OR post_title LIKE '%Gulch%' OR post_title LIKE '%Inn%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Brewery Gulch Inn |
{"post":{"ID":"31921","post_title":"Brewery Gulch Inn","match_count":"23"},"summary":"Luxury seekers and nature enthusiasts will be amazed by the breathtaking ocean views and top-notch amenities at the Brewery Gulch Inn.","permalink":"https://www.visitmendocino.com/listing/brewery-gulch-inn/"} |
Glendeven Inn query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Glendeven%Inn%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Glendeven Inn') OR SOUNDEX(post_title) LIKE SOUNDEX('glendeven inn') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Glendeven%' 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('Glendeven Inn')OR SOUNDEX(post_title) LIKE SOUNDEX('glendeven inn')OR (post_title LIKE '%Glendeven%' OR post_title LIKE '%Inn%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Glendeven Inn |
{"post":"","summary":"Romantic couples and animal lovers will fall in love with the cozy rooms and friendly llamas at the Glendeven Inn.","permalink":""} |
Cafe Beaujolais query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Cafe%Beaujolais%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Cafe Beaujolais') OR SOUNDEX(post_title) LIKE SOUNDEX('cafe beaujolais') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Cafe%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Beaujolais%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Cafe Beaujolais')OR SOUNDEX(post_title) LIKE SOUNDEX('cafe beaujolais')OR (post_title LIKE '%Cafe%' OR post_title LIKE '%Beaujolais%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Cafe Beaujolais |
{"post":{"ID":"31873","post_title":"Cafu00e9 Beaujolais","match_count":"22"},"summary":"Food enthusiasts and wine connoisseurs will be enchanted by the French-inspired cuisine and extensive wine selection at Cafe Beaujolais.","permalink":"https://www.visitmendocino.com/listing/cafe-beaujolais/"} |
paragraph |
Nature lovers and golf enthusiasts will enjoy the charming accommodations and picturesque views offered by the <a href="https://www.visitmendocino.com/listing/little-river-inn-resort-spa/">Little River Inn</a>.<br><br>Eco-conscious travelers and those seeking a tranquil retreat will appreciate the sustainable practices and serene atmosphere at the <a href="https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/">Stanford Inn by the Sea</a>.<br><br>History buffs and garden enthusiasts will be captivated by the Victorian charm and beautiful gardens at the <a href="https://www.visitmendocino.com/listing/mendocino-hotel-garden-suites/">Mendocino Hotel & Garden Suites</a>.<br><br>Foodies and wine lovers will delight in the farm-to-table cuisine and extensive wine list offered at the MacCallum House Inn & Restaurant.<br><br>Budget-conscious travelers and beach lovers will find comfortable accommodations and convenient access to the coast at the Stella Maris Inn.<br><br>Luxury seekers and nature enthusiasts will be amazed by the breathtaking ocean views and top-notch amenities at the <a href="https://www.visitmendocino.com/listing/brewery-gulch-inn/">Brewery Gulch Inn</a>.<br><br>Romantic couples and animal lovers will fall in love with the cozy rooms and friendly llamas at the Glendeven Inn.<br><br>Food enthusiasts and wine connoisseurs will be enchanted by the French-inspired cuisine and extensive wine selection at <a href="https://www.visitmendocino.com/listing/cafe-beaujolais/">Cafe Beaujolais</a>.<br><br> |