original_reply |
[{"entity": "Brewery Gulch Inn","summary": "The Brewery Gulch Inn is a luxurious and eco-friendly retreat nestled in the redwoods, perfect for those seeking a peaceful and rejuvenating getaway."},{"entity": "Little River Inn","summary": "With breathtaking ocean views and cozy accommodations, the Little River Inn is an ideal choice for couples looking for a romantic escape."},{"entity": "Stanford Inn by the Sea","summary": "For nature lovers and vegans, the Stanford Inn by the Sea offers charming rooms, organic gardens, and a pet-friendly environment."},{"entity": "Mendocino Grove","summary": "For a unique camping experience, Mendocino Grove provides elegant glamping tents surrounded by beautiful coastal scenery, perfect for outdoor enthusiasts."}] |
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":"The Brewery Gulch Inn is a luxurious and eco-friendly retreat nestled in the redwoods, perfect for those seeking a peaceful and rejuvenating getaway.","permalink":"https://www.visitmendocino.com/listing/brewery-gulch-inn/"} |
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":"31522","post_title":"Golfing at the Little River Inn","match_count":"13"},"summary":"With breathtaking ocean views and cozy accommodations, the Little River Inn is an ideal choice for couples looking for a romantic escape.","permalink":"https://www.visitmendocino.com/listing/golfing-at-the-little-river-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":"For nature lovers and vegans, the Stanford Inn by the Sea offers charming rooms, organic gardens, and a pet-friendly environment.","permalink":"https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/"} |
Mendocino Grove query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Mendocino%Grove%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Grove’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino grove’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mendocino%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Grove%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Grove’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino grove’)OR (post_title LIKE ‘%Mendocino%’ OR post_title LIKE ‘%Grove%’))HAVING match_count >= 2ORDER BY match_count DESC; |
Mendocino Grove |
{"post":{"ID":"32015","post_title":"Mendocino Grove","match_count":"22"},"summary":"For a unique camping experience, Mendocino Grove provides elegant glamping tents surrounded by beautiful coastal scenery, perfect for outdoor enthusiasts.","permalink":"https://www.visitmendocino.com/listing/mendocino-grove/"} |
paragraph |
The <a href="https://www.visitmendocino.com/listing/brewery-gulch-inn/">Brewery Gulch Inn</a> is a luxurious and eco-friendly retreat nestled in the redwoods, perfect for those seeking a peaceful and rejuvenating getaway.<br><br>With breathtaking ocean views and cozy accommodations, the <a href="https://www.visitmendocino.com/listing/golfing-at-the-little-river-inn/">Little River Inn</a> is an ideal choice for couples looking for a romantic escape.<br><br>For nature lovers and vegans, the <a href="https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/">Stanford Inn by the Sea</a> offers charming rooms, organic gardens, and a pet-friendly environment.<br><br>For a unique camping experience, <a href="https://www.visitmendocino.com/listing/mendocino-grove/">Mendocino Grove</a> provides elegant glamping tents surrounded by beautiful coastal scenery, perfect for outdoor enthusiasts.<br><br> |