original_reply |
[{"entity": "Mendocino Coast Botanical Gardens","summary": "Nature enthusiasts will appreciate the serene beauty and diverse plant life that Mendocino Coast Botanical Gardens offers."}, {"entity": "Skunk Train","summary": "Families and train enthusiasts will enjoy a scenic ride through the redwoods on the historic Skunk Train."}, {"entity": "Point Arena Lighthouse","summary": "History buffs and lighthouse enthusiasts can explore the iconic Point Arena Lighthouse and enjoy breathtaking views of the coast."}, {"entity": "B. Bryan Preserve","summary": "Animal lovers can get up close with exotic wildlife such as zebras and antelopes at B. Bryan Preserve."}] |
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":"Nature enthusiasts will appreciate the serene beauty and diverse plant life that Mendocino Coast Botanical Gardens offers.","permalink":"https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/"} |
Skunk Train query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Skunk%Train%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Skunk Train') OR SOUNDEX(post_title) LIKE SOUNDEX('skunk train') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Skunk%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Train%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Skunk Train')OR SOUNDEX(post_title) LIKE SOUNDEX('skunk train')OR (post_title LIKE '%Skunk%' OR post_title LIKE '%Train%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Skunk Train |
{"post":{"ID":"31898","post_title":"Skunk Train – Fort Bragg","match_count":"12"},"summary":"Families and train enthusiasts will enjoy a scenic ride through the redwoods on the historic Skunk Train.","permalink":"https://www.visitmendocino.com/listing/skunk-train-fort-bragg/"} |
Point Arena Lighthouse query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Point%Arena%Lighthouse%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Point Arena Lighthouse') OR SOUNDEX(post_title) LIKE SOUNDEX('point arena lighthouse') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Point%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Arena%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Lighthouse%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Point Arena Lighthouse')OR SOUNDEX(post_title) LIKE SOUNDEX('point arena lighthouse')OR (post_title LIKE '%Point%' OR post_title LIKE '%Arena%' OR post_title LIKE '%Lighthouse%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Point Arena Lighthouse |
{"post":{"ID":"31677","post_title":"Point Arena Lighthouse","match_count":"23"},"summary":"History buffs and lighthouse enthusiasts can explore the iconic Point Arena Lighthouse and enjoy breathtaking views of the coast.","permalink":"https://www.visitmendocino.com/listing/point-arena-lighthouse/"} |
B. Bryan Preserve query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%B.%Bryan%Preserve%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('B. Bryan Preserve') OR SOUNDEX(post_title) LIKE SOUNDEX('b. bryan preserve') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%B.%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Bryan%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Preserve%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('B. Bryan Preserve')OR SOUNDEX(post_title) LIKE SOUNDEX('b. bryan preserve')OR (post_title LIKE '%B.%' OR post_title LIKE '%Bryan%' OR post_title LIKE '%Preserve%'))HAVING match_count >= 3ORDER BY match_count DESC; |
B. Bryan Preserve |
{"post":{"ID":"31582","post_title":"B. Bryan Preserve","match_count":"23"},"summary":"Animal lovers can get up close with exotic wildlife such as zebras and antelopes at B. Bryan Preserve.","permalink":"https://www.visitmendocino.com/listing/b-bryan-preserve/"} |
paragraph |
Nature enthusiasts will appreciate the serene beauty and diverse plant life that <a href="https://www.visitmendocino.com/listing/mendocino-coast-botanical-gardens/">Mendocino Coast Botanical Gardens</a> offers.<br><br>Families and train enthusiasts will enjoy a scenic ride through the redwoods on the historic <a href="https://www.visitmendocino.com/listing/skunk-train-fort-bragg/">Skunk Train</a>.<br><br>History buffs and lighthouse enthusiasts can explore the iconic <a href="https://www.visitmendocino.com/listing/point-arena-lighthouse/">Point Arena Lighthouse</a> and enjoy breathtaking views of the coast.<br><br>Animal lovers can get up close with exotic wildlife such as zebras and antelopes at <a href="https://www.visitmendocino.com/listing/b-bryan-preserve/">B. Bryan Preserve</a>.<br><br> |