original_reply |
[{"entity": "Little River Inn","summary": "John Moon, you will enjoy the cozy rooms at Little River Inn with stunning ocean views, perfect for a relaxing getaway along the Mendocino Coast."}, {"entity": "Stanford Inn by the Sea","summary": "John Moon, consider booking a stay at Stanford Inn by the Sea for a serene eco-resort experience with lush gardens and a focus on wellness along the Mendocino Coast."}, {"entity": "Brewery Gulch Inn","summary": "John Moon, Brewery Gulch Inn offers luxurious rooms, beautiful ocean views, and gourmet breakfast, making it an ideal choice for a romantic retreat on the Mendocino Coast."}] |
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":"John Moon, you will enjoy the cozy rooms at Little River Inn with stunning ocean views, perfect for a relaxing getaway along the Mendocino Coast.","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":"John Moon, consider booking a stay at Stanford Inn by the Sea for a serene eco-resort experience with lush gardens and a focus on wellness along the Mendocino Coast.","permalink":"https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/"} |
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":"John Moon, Brewery Gulch Inn offers luxurious rooms, beautiful ocean views, and gourmet breakfast, making it an ideal choice for a romantic retreat on the Mendocino Coast.","permalink":"https://www.visitmendocino.com/listing/brewery-gulch-inn/"} |
paragraph |
John Moon, you will enjoy the cozy rooms at <a href="https://www.visitmendocino.com/listing/little-river-inn-resort-spa/">Little River Inn</a> with stunning ocean views, perfect for a relaxing getaway along the Mendocino Coast.<br><br>John Moon, consider booking a stay at <a href="https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/">Stanford Inn by the Sea</a> for a serene eco-resort experience with lush gardens and a focus on wellness along the Mendocino Coast.<br><br>John Moon, <a href="https://www.visitmendocino.com/listing/brewery-gulch-inn/">Brewery Gulch Inn</a> offers luxurious rooms, beautiful ocean views, and gourmet breakfast, making it an ideal choice for a romantic retreat on the Mendocino Coast.<br><br> |