original_reply |
[{"entity": "Agate Cove Inn","summary": "Agate Cove Inn offers a cozy and luxurious oceanfront accommodation perfect for three adults seeking a relaxing getaway in Mendocino, with stunning views and easy access to the beach."}, {"entity": "Mendocino Coast Vacation Rentals","summary": "Mendocino Coast Vacation Rentals provides a variety of oceanfront homes in Mendocino, ideal for three adults looking for a spacious and comfortable stay without pets, offering a home-away-from-home experience."}, {"entity": "Stanford Inn by the Sea","summary": "Stanford Inn by the Sea presents elegant and eco-friendly lodging options with ocean views, making it a great choice for three adults seeking a serene retreat in Mendocino without pets."}] |
Agate Cove Inn query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Agate%Cove%Inn%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Agate Cove Inn’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘agate cove inn’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Agate%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Cove%’ 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(‘Agate Cove Inn’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘agate cove inn’)OR (post_title LIKE ‘%Agate%’ OR post_title LIKE ‘%Cove%’ OR post_title LIKE ‘%Inn%’))HAVING match_count >= 3ORDER BY match_count DESC; |
Agate Cove Inn |
{"post":{"ID":"31904","post_title":"Agate Cove Inn","match_count":"23"},"summary":"Agate Cove Inn offers a cozy and luxurious oceanfront accommodation perfect for three adults seeking a relaxing getaway in Mendocino, with stunning views and easy access to the beach.","permalink":"https://www.visitmendocino.com/listing/agate-cove-inn/"} |
Mendocino Coast Vacation Rentals query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Mendocino%Coast%Vacation%Rentals%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Coast Vacation Rentals’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino coast vacation rentals’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mendocino%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Coast%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Vacation%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Rentals%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Coast Vacation Rentals’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino coast vacation rentals’)OR (post_title LIKE ‘%Mendocino%’ OR post_title LIKE ‘%Coast%’ OR post_title LIKE ‘%Vacation%’ OR post_title LIKE ‘%Rentals%’))HAVING match_count >= 4ORDER BY match_count DESC; |
Mendocino Coast Vacation Rentals |
{"post":"","summary":"Mendocino Coast Vacation Rentals provides a variety of oceanfront homes in Mendocino, ideal for three adults looking for a spacious and comfortable stay without pets, offering a home-away-from-home experience.","permalink":""} |
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 presents elegant and eco-friendly lodging options with ocean views, making it a great choice for three adults seeking a serene retreat in Mendocino without pets.","permalink":"https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/"} |
paragraph |
<a href="https://www.visitmendocino.com/listing/agate-cove-inn/">Agate Cove Inn</a> offers a cozy and luxurious oceanfront accommodation perfect for three adults seeking a relaxing getaway in Mendocino, with stunning views and easy access to the beach.<br><br>Mendocino Coast Vacation Rentals provides a variety of oceanfront homes in Mendocino, ideal for three adults looking for a spacious and comfortable stay without pets, offering a home-away-from-home experience.<br><br><a href="https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/">Stanford Inn by the Sea</a> presents elegant and eco-friendly lodging options with ocean views, making it a great choice for three adults seeking a serene retreat in Mendocino without pets.<br><br> |