original_reply |
[{"entity": "Mendocino County Clerk-Recorder","summary": "Residents looking to obtain a county ID card can visit the Mendocino County Clerk-Recorder office for assistance with the application process."}] |
Mendocino County Clerk-Recorder query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%County%Clerk-Recorder%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino County Clerk-Recorder') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino county clerk-recorder') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%County%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Clerk-Recorder%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino County Clerk-Recorder')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino county clerk-recorder')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%County%' OR post_title LIKE '%Clerk-Recorder%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Mendocino County Clerk-Recorder |
{"post":"","summary":"Residents looking to obtain a county ID card can visit the Mendocino County Clerk-Recorder office for assistance with the application process.","permalink":""} |
paragraph |
Residents looking to obtain a county ID card can visit the Mendocino County Clerk-Recorder office for assistance with the application process.<br><br> |