original_reply |
[{"entity": "Little River Inn","summary": "The Little River Inn is a charming coastal retreat with breathtaking ocean views. It offers comfortable accommodations, an on-site restaurant, and a variety of outdoor activities, making it an ideal place to stay for nature lovers and those seeking relaxation."},{"entity": "Brewery Gulch Inn","summary": "For a luxurious and romantic getaway, the Brewery Gulch Inn is a top choice. Nestled in the redwoods, this elegant inn offers beautiful rooms, gourmet breakfast, and a wine and cheese hour. It’s perfect for couples and anyone looking for a tranquil escape."},{"entity": "Stanford Inn by the Sea","summary": "The Stanford Inn by the Sea is a pet-friendly eco-resort situated on the Mendocino coast. With its cozy accommodations, vegan restaurant, and proximity to hiking trails, it’s an excellent choice for nature enthusiasts and those with furry companions."},{"entity": "Mendocino Hotel & Garden Suites","summary": "For a historic and charming experience, the Mendocino Hotel & Garden Suites is a must-visit. This Victorian-style hotel offers elegant rooms, a lovely garden, and easy access to Mendocino’s shops and galleries. It’s an ideal option for history buffs and art lovers."}] |
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":"The Little River Inn is a charming coastal retreat with breathtaking ocean views. It offers comfortable accommodations, an on-site restaurant, and a variety of outdoor activities, making it an ideal place to stay for nature lovers and those seeking relaxation.","permalink":"https://www.visitmendocino.com/listing/little-river-inn-resort-spa/"} |
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":"For a luxurious and romantic getaway, the Brewery Gulch Inn is a top choice. Nestled in the redwoods, this elegant inn offers beautiful rooms, gourmet breakfast, and a wine and cheese hour. It’s perfect for couples and anyone looking for a tranquil escape.","permalink":"https://www.visitmendocino.com/listing/brewery-gulch-inn/"} |
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":"The Stanford Inn by the Sea is a pet-friendly eco-resort situated on the Mendocino coast. With its cozy accommodations, vegan restaurant, and proximity to hiking trails, it’s an excellent choice for nature enthusiasts and those with furry companions.","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":"For a historic and charming experience, the Mendocino Hotel & Garden Suites is a must-visit. This Victorian-style hotel offers elegant rooms, a lovely garden, and easy access to Mendocino’s shops and galleries. It’s an ideal option for history buffs and art lovers.","permalink":"https://www.visitmendocino.com/listing/mendocino-hotel-garden-suites/"} |
paragraph |
The <a href="https://www.visitmendocino.com/listing/little-river-inn-resort-spa/">Little River Inn</a> is a charming coastal retreat with breathtaking ocean views. It offers comfortable accommodations, an on-site restaurant, and a variety of outdoor activities, making it an ideal place to stay for nature lovers and those seeking relaxation.<br><br>For a luxurious and romantic getaway, the <a href="https://www.visitmendocino.com/listing/brewery-gulch-inn/">Brewery Gulch Inn</a> is a top choice. Nestled in the redwoods, this elegant inn offers beautiful rooms, gourmet breakfast, and a wine and cheese hour. It’s perfect for couples and anyone looking for a tranquil escape.<br><br>The <a href="https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/">Stanford Inn by the Sea</a> is a pet-friendly eco-resort situated on the Mendocino coast. With its cozy accommodations, vegan restaurant, and proximity to hiking trails, it’s an excellent choice for nature enthusiasts and those with furry companions.<br><br>For a historic and charming experience, the <a href="https://www.visitmendocino.com/listing/mendocino-hotel-garden-suites/">Mendocino Hotel & Garden Suites</a> is a must-visit. This Victorian-style hotel offers elegant rooms, a lovely garden, and easy access to Mendocino’s shops and galleries. It’s an ideal option for history buffs and art lovers.<br><br> |