| original_reply | [{"entity": "Retreat at Mendocino","summary": "Nature lovers and relaxation seekers will appreciate the expansive 365-acre property with a 6-acre garden, lap pool, and hot tub at the Retreat at Mendocino."}] |
| Retreat at Mendocino query | SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Retreat%at%Mendocino%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Retreat at Mendocino’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘retreat at mendocino’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Retreat%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mendocino%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Retreat at Mendocino’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘retreat at mendocino’)OR (post_title LIKE ‘%Retreat%’ OR post_title LIKE ‘%Mendocino%’))HAVING match_count >= 2ORDER BY match_count DESC; |
| Retreat at Mendocino | {"post":{"ID":"32130","post_title":"Mendocino Lighthouse Seaside Retreat","match_count":"2"},"summary":"Nature lovers and relaxation seekers will appreciate the expansive 365-acre property with a 6-acre garden, lap pool, and hot tub at the Retreat at Mendocino.","permalink":"https://www.visitmendocino.com/listing/mendocino-lighthouse-seaside-retreat/"} |
| paragraph | Nature lovers and relaxation seekers will appreciate the expansive 365-acre property with a 6-acre garden, lap pool, and hot tub at the <a href="https://www.visitmendocino.com/listing/mendocino-lighthouse-seaside-retreat/">Retreat at Mendocino</a>.<br><br> |