original_reply |
[ { "entity": "Mendocino County", "summary": "A beautiful coastal region with picturesque landscapes, charming towns, and a thriving wine and culinary scene. Perfect for nature enthusiasts, wine lovers, and those seeking a peaceful getaway." }, { "entity": "Highway 101 North", "summary": "A scenic drive through the Redwood forests, offering breathtaking views and opportunities to stop and explore. Ideal for nature lovers and road trip enthusiasts." }, { "entity": "Highway 128", "summary": "A picturesque route through vineyards and rolling hills, leading to the Anderson Valley wine region. Recommended for wine enthusiasts and those looking for a relaxing drive." }, { "entity": "Highway 20", "summary": "A scenic drive through the Mendocino National Forest, offering stunning views of the wilderness and access to hiking trails. Great for outdoor enthusiasts and nature lovers." }] |
Mendocino County query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%County%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino County') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino county') ) 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) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino County')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino county')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%County%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Mendocino County |
{"post":{"ID":"31642","post_title":"Mendocino County Museum","match_count":"12"},"summary":"A beautiful coastal region with picturesque landscapes, charming towns, and a thriving wine and culinary scene. Perfect for nature enthusiasts, wine lovers, and those seeking a peaceful getaway.","permalink":"https://www.visitmendocino.com/listing/mendocino-county-museum/"} |
Highway 101 North query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Highway%101%North%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Highway 101 North') OR SOUNDEX(post_title) LIKE SOUNDEX('highway 101 north') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Highway%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%101%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%North%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Highway 101 North')OR SOUNDEX(post_title) LIKE SOUNDEX('highway 101 north')OR (post_title LIKE '%Highway%' OR post_title LIKE '%101%' OR post_title LIKE '%North%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Highway 101 North |
{"post":"","summary":"A scenic drive through the Redwood forests, offering breathtaking views and opportunities to stop and explore. Ideal for nature lovers and road trip enthusiasts.","permalink":""} |
Highway 128 query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Highway%128%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Highway 128') OR SOUNDEX(post_title) LIKE SOUNDEX('highway 128') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Highway%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%128%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Highway 128')OR SOUNDEX(post_title) LIKE SOUNDEX('highway 128')OR (post_title LIKE '%Highway%' OR post_title LIKE '%128%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Highway 128 |
{"post":"","summary":"A picturesque route through vineyards and rolling hills, leading to the Anderson Valley wine region. Recommended for wine enthusiasts and those looking for a relaxing drive.","permalink":""} |
Highway 20 query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Highway%20%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Highway 20') OR SOUNDEX(post_title) LIKE SOUNDEX('highway 20') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Highway%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%20%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Highway 20')OR SOUNDEX(post_title) LIKE SOUNDEX('highway 20')OR (post_title LIKE '%Highway%' OR post_title LIKE '%20%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Highway 20 |
{"post":"","summary":"A scenic drive through the Mendocino National Forest, offering stunning views of the wilderness and access to hiking trails. Great for outdoor enthusiasts and nature lovers.","permalink":""} |
paragraph |
A beautiful coastal region with picturesque landscapes, charming towns, and a thriving wine and culinary scene. Perfect for nature enthusiasts, wine lovers, and those seeking a peaceful getaway.<br><br>A scenic drive through the Redwood forests, offering breathtaking views and opportunities to stop and explore. Ideal for nature lovers and road trip enthusiasts.<br><br>A picturesque route through vineyards and rolling hills, leading to the Anderson Valley wine region. Recommended for wine enthusiasts and those looking for a relaxing drive.<br><br>A scenic drive through the Mendocino National Forest, offering stunning views of the wilderness and access to hiking trails. Great for outdoor enthusiasts and nature lovers.<br><br> |