original_reply |
[{"entity": "Highway 128","summary": "Perfect for travelers looking to experience a scenic drive through vineyards and redwoods, Highway 128 offers a picturesque route connecting Mendocino County to Napa Valley."}] |
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":"Perfect for travelers looking to experience a scenic drive through vineyards and redwoods, Highway 128 offers a picturesque route connecting Mendocino County to Napa Valley.","permalink":""} |
paragraph |
Perfect for travelers looking to experience a scenic drive through vineyards and redwoods, Highway 128 offers a picturesque route connecting Mendocino County to Napa Valley.<br><br> |