original_reply |
[{"entity": "Lake Mendocino","summary": "Nature enthusiasts and outdoor lovers will appreciate the serene beauty and recreational activities offered at Lake Mendocino."}] |
Lake Mendocino query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Lake%Mendocino%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Lake Mendocino’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘lake mendocino’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Lake%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mendocino%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Lake Mendocino’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘lake mendocino’)OR (post_title LIKE ‘%Lake%’ OR post_title LIKE ‘%Mendocino%’))HAVING match_count >= 2ORDER BY match_count DESC; |
Lake Mendocino |
{"post":"","summary":"Nature enthusiasts and outdoor lovers will appreciate the serene beauty and recreational activities offered at Lake Mendocino.","permalink":""} |
paragraph |
Nature enthusiasts and outdoor lovers will appreciate the serene beauty and recreational activities offered at Lake Mendocino.<br><br> |