original_reply |
[{"entity": "Redwood Coast Senior Center","summary": "Seniors looking for resources and support for aged health issues will benefit from the programs and services provided by the Redwood Coast Senior Center."}] |
Redwood Coast Senior Center query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Redwood%Coast%Senior%Center%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Redwood Coast Senior Center') OR SOUNDEX(post_title) LIKE SOUNDEX('redwood coast senior center') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Redwood%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Coast%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Senior%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Center%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Redwood Coast Senior Center')OR SOUNDEX(post_title) LIKE SOUNDEX('redwood coast senior center')OR (post_title LIKE '%Redwood%' OR post_title LIKE '%Coast%' OR post_title LIKE '%Senior%' OR post_title LIKE '%Center%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Redwood Coast Senior Center |
{"post":"","summary":"Seniors looking for resources and support for aged health issues will benefit from the programs and services provided by the Redwood Coast Senior Center.","permalink":""} |
paragraph |
Seniors looking for resources and support for aged health issues will benefit from the programs and services provided by the Redwood Coast Senior Center.<br><br> |