original_reply |
[{"entity": "Skunk Train","summary": "Nature enthusiasts and history buffs will enjoy the scenic ride through the redwood forests on the Skunk Train, making it a perfect option for a unique travel experience."}, {"entity": "Mendocino County Line Bus","summary": "Budget-conscious travelers looking to explore Mendocino County can take advantage of the Mendocino County Line Bus, offering an affordable and convenient way to get around the area."}] |
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":"Nature enthusiasts and history buffs will enjoy the scenic ride through the redwood forests on the Skunk Train, making it a perfect option for a unique travel experience.","permalink":"https://www.visitmendocino.com/listing/skunk-train-fort-bragg/"} |
Mendocino County Line Bus query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%County%Line%Bus%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino County Line Bus') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino county line bus') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%County%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Line%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Bus%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino County Line Bus')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino county line bus')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%County%' OR post_title LIKE '%Line%' OR post_title LIKE '%Bus%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Mendocino County Line Bus |
{"post":"","summary":"Budget-conscious travelers looking to explore Mendocino County can take advantage of the Mendocino County Line Bus, offering an affordable and convenient way to get around the area.","permalink":""} |
paragraph |
Nature enthusiasts and history buffs will enjoy the scenic ride through the redwood forests on the <a href="https://www.visitmendocino.com/listing/skunk-train-fort-bragg/">Skunk Train</a>, making it a perfect option for a unique travel experience.<br><br>Budget-conscious travelers looking to explore Mendocino County can take advantage of the Mendocino County Line Bus, offering an affordable and convenient way to get around the area.<br><br> |