original_reply |
[{"entity": "Little River Airport","summary": "Travelers looking to fly to Mendocino from San Luis Obispo can consider using Little River Airport for convenient access to the Mendocino County area."}] |
Little River Airport query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Little%River%Airport%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Little River Airport') OR SOUNDEX(post_title) LIKE SOUNDEX('little river airport') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Little%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%River%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Airport%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Little River Airport')OR SOUNDEX(post_title) LIKE SOUNDEX('little river airport')OR (post_title LIKE '%Little%' OR post_title LIKE '%River%' OR post_title LIKE '%Airport%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Little River Airport |
{"post":"","summary":"Travelers looking to fly to Mendocino from San Luis Obispo can consider using Little River Airport for convenient access to the Mendocino County area.","permalink":""} |
paragraph |
Travelers looking to fly to Mendocino from San Luis Obispo can consider using Little River Airport for convenient access to the Mendocino County area.<br><br> |