original_reply |
[{"entity": "Cow Mountain Recreation Area","summary": "Outdoor enthusiasts looking for a thrilling off-road experience will enjoy camping right at Cow Mountain OHV Park."}] |
Cow Mountain Recreation Area query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Cow%Mountain%Recreation%Area%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Cow Mountain Recreation Area’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘cow mountain recreation area’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Cow%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mountain%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Recreation%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Area%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Cow Mountain Recreation Area’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘cow mountain recreation area’)OR (post_title LIKE ‘%Cow%’ OR post_title LIKE ‘%Mountain%’ OR post_title LIKE ‘%Recreation%’ OR post_title LIKE ‘%Area%’))HAVING match_count >= 4ORDER BY match_count DESC; |
Cow Mountain Recreation Area |
{"post":{"ID":"31641","post_title":"Cow Mountain Recreation Area","match_count":"24"},"summary":"Outdoor enthusiasts looking for a thrilling off-road experience will enjoy camping right at Cow Mountain OHV Park.","permalink":"https://www.visitmendocino.com/listing/cow-mountain-recreation-area/"} |
paragraph |
Outdoor enthusiasts looking for a thrilling off-road experience will enjoy camping right at Cow Mountain OHV Park.<br><br> |