| original_reply | [{"entity": "Little River Inn","summary": "Seafood enthusiasts looking for a delightful dining experience can enjoy fresh seafood dishes and a selection of local wines at the Little River Inn."}, {"entity": "Noyo Harbor Inn","summary": "For those seeking a waterfront dining experience with a focus on seafood and wine, the Noyo Harbor Inn offers a picturesque setting and delicious seafood options."}, {"entity": "Mendo Bistro","summary": "Visitors looking for a cozy atmosphere and a diverse seafood menu paired with a selection of wines should check out Mendo Bistro for a delightful dining experience."}] |
| 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":"Seafood enthusiasts looking for a delightful dining experience can enjoy fresh seafood dishes and a selection of local wines at the Little River Inn.","permalink":"https://www.visitmendocino.com/listing/little-river-inn-resort-spa/"} |
| Noyo Harbor Inn query | SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Noyo%Harbor%Inn%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Noyo Harbor Inn’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘noyo harbor inn’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Noyo%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Harbor%’ 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(‘Noyo Harbor Inn’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘noyo harbor inn’)OR (post_title LIKE ‘%Noyo%’ OR post_title LIKE ‘%Harbor%’ OR post_title LIKE ‘%Inn%’))HAVING match_count >= 3ORDER BY match_count DESC; |
| Noyo Harbor Inn | {"post":{"ID":"32150","post_title":"Noyo Harbor Inn","match_count":"23"},"summary":"For those seeking a waterfront dining experience with a focus on seafood and wine, the Noyo Harbor Inn offers a picturesque setting and delicious seafood options.","permalink":"https://www.visitmendocino.com/listing/noyo-harbor-inn/"} |
| Mendo Bistro query | SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Mendo%Bistro%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Mendo Bistro’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendo bistro’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mendo%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Bistro%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Mendo Bistro’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendo bistro’)OR (post_title LIKE ‘%Mendo%’ OR post_title LIKE ‘%Bistro%’))HAVING match_count >= 2ORDER BY match_count DESC; |
| Mendo Bistro | {"post":"","summary":"Visitors looking for a cozy atmosphere and a diverse seafood menu paired with a selection of wines should check out Mendo Bistro for a delightful dining experience.","permalink":""} |
| paragraph | Seafood enthusiasts looking for a delightful dining experience can enjoy fresh seafood dishes and a selection of local wines at the <a href="https://www.visitmendocino.com/listing/little-river-inn-resort-spa/">Little River Inn</a>.<br><br>For those seeking a waterfront dining experience with a focus on seafood and wine, the <a href="https://www.visitmendocino.com/listing/noyo-harbor-inn/">Noyo Harbor Inn</a> offers a picturesque setting and delicious seafood options.<br><br>Visitors looking for a cozy atmosphere and a diverse seafood menu paired with a selection of wines should check out Mendo Bistro for a delightful dining experience.<br><br> |