original_reply |
[{"entity": "Mendocino Coast Botanical Gardens","summary": "Gift certificates are available for purchase at the Mendocino Coast Botanical Gardens, making it a perfect option for nature lovers or gardening enthusiasts looking for a unique gift."}, {"entity": "Little River Inn","summary": "For those seeking a relaxing getaway or a romantic retreat, gift certificates can be arranged by calling or emailing the Little River Inn directly."}] |
Mendocino Coast Botanical Gardens query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Coast%Botanical%Gardens%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Coast Botanical Gardens') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino coast botanical gardens') ) 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 '%Botanical%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Gardens%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Coast Botanical Gardens')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino coast botanical gardens')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Coast%' OR post_title LIKE '%Botanical%' OR post_title LIKE '%Gardens%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Mendocino Coast Botanical Gardens |
{"post":{"ID":"31800","post_title":"Mendocino Coast Botanical Gardens","match_count":"24"},"summary":"Gift certificates are available for purchase at the Mendocino Coast Botanical Gardens, making it a perfect option for nature lovers or gardening enthusiasts looking for a unique gift.","permalink":"https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/"} |
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":"For those seeking a relaxing getaway or a romantic retreat, gift certificates can be arranged by calling or emailing the Little River Inn directly.","permalink":"https://www.visitmendocino.com/listing/little-river-inn-resort-spa/"} |
paragraph |
Gift certificates are available for purchase at the <a href="https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/">Mendocino Coast Botanical Gardens</a>, making it a perfect option for nature lovers or gardening enthusiasts looking for a unique gift.<br><br>For those seeking a relaxing getaway or a romantic retreat, gift certificates can be arranged by calling or emailing the <a href="https://www.visitmendocino.com/listing/little-river-inn-resort-spa/">Little River Inn</a> directly.<br><br> |