original_reply |
[{"entity": "Mendocino Coast Vacation Rentals","summary": "Mendocino Coast Vacation Rentals offers a variety of private homes perfect for families or couples looking for a secluded getaway."}, {"entity": "Sea Rock Inn","summary": "Sea Rock Inn provides private cottages with stunning ocean views, ideal for those seeking a romantic and peaceful retreat."}, {"entity": "Stanford Inn by the Sea","summary": "Stanford Inn by the Sea features eco-friendly private rooms and suites nestled in a lush garden setting, great for nature lovers and sustainability enthusiasts."}] |
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 offers a variety of private homes perfect for families or couples looking for a secluded getaway.","permalink":""} |
Sea Rock Inn query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Sea%Rock%Inn%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Sea Rock Inn’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘sea rock inn’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Sea%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Rock%’ 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(‘Sea Rock Inn’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘sea rock inn’)OR (post_title LIKE ‘%Sea%’ OR post_title LIKE ‘%Rock%’ OR post_title LIKE ‘%Inn%’))HAVING match_count >= 3ORDER BY match_count DESC; |
Sea Rock Inn |
{"post":{"ID":"31978","post_title":"Sea Rock Inn","match_count":"23"},"summary":"Sea Rock Inn provides private cottages with stunning ocean views, ideal for those seeking a romantic and peaceful retreat.","permalink":"https://www.visitmendocino.com/listing/sea-rock-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":"Stanford Inn by the Sea features eco-friendly private rooms and suites nestled in a lush garden setting, great for nature lovers and sustainability enthusiasts.","permalink":"https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/"} |
paragraph |
Mendocino Coast Vacation Rentals offers a variety of private homes perfect for families or couples looking for a secluded getaway.<br><br><a href="https://www.visitmendocino.com/listing/sea-rock-inn/">Sea Rock Inn</a> provides private cottages with stunning ocean views, ideal for those seeking a romantic and peaceful retreat.<br><br><a href="https://www.visitmendocino.com/listing/stanford-inn-by-the-sea/">Stanford Inn by the Sea</a> features eco-friendly private rooms and suites nestled in a lush garden setting, great for nature lovers and sustainability enthusiasts.<br><br> |