original_reply |
[{"entity": "Mendocino Outdoors","summary": "Outdoor enthusiasts looking to explore the Lost Coast Trail will appreciate the shuttle service provided by Mendocino Outdoors for convenient transportation between Blacksand Beach Trailhead and Mattole Trailhead."}] |
Mendocino Outdoors query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Outdoors%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Outdoors') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino outdoors') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Outdoors%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Outdoors')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino outdoors')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Outdoors%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Mendocino Outdoors |
{"post":{"ID":"31575","post_title":"Mendocino Wine Tours","match_count":"11"},"summary":"Outdoor enthusiasts looking to explore the Lost Coast Trail will appreciate the shuttle service provided by Mendocino Outdoors for convenient transportation between Blacksand Beach Trailhead and Mattole Trailhead.","permalink":"https://www.visitmendocino.com/listing/mendocino-wine-tours/"} |
paragraph |
Outdoor enthusiasts looking to explore the Lost Coast Trail will appreciate the shuttle service provided by <a href="https://www.visitmendocino.com/listing/mendocino-wine-tours/">Mendocino Outdoors</a> for convenient transportation between Blacksand Beach Trailhead and Mattole Trailhead.<br><br> |