original_reply |
[{"entity": "Mendocino County Library","summary": "Bookworms looking to avoid late fees can utilize the Mendocino County Library for a wide selection of books, DVDs, and other resources."}] |
Mendocino County Library query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%County%Library%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino County Library') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino county library') ) 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 '%Library%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino County Library')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino county library')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%County%' OR post_title LIKE '%Library%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Mendocino County Library |
{"post":"","summary":"Bookworms looking to avoid late fees can utilize the Mendocino County Library for a wide selection of books, DVDs, and other resources.","permalink":""} |
paragraph |
Bookworms looking to avoid late fees can utilize the Mendocino County Library for a wide selection of books, DVDs, and other resources.<br><br> |