original_reply |
[{"entity": "Harvest Mendocino","summary": "Harvest Mendocino is a celebration of the county's agricultural bounty, perfect for foodies and farm-to-table enthusiasts looking to experience the best of Mendocino County's local produce and products."}] |
Harvest Mendocino query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Harvest%Mendocino%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Harvest Mendocino') OR SOUNDEX(post_title) LIKE SOUNDEX('harvest mendocino') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Harvest%' 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('Harvest Mendocino')OR SOUNDEX(post_title) LIKE SOUNDEX('harvest mendocino')OR (post_title LIKE '%Harvest%' OR post_title LIKE '%Mendocino%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Harvest Mendocino |
{"post":"","summary":"Harvest Mendocino is a celebration of the county's agricultural bounty, perfect for foodies and farm-to-table enthusiasts looking to experience the best of Mendocino County's local produce and products.","permalink":""} |
paragraph |
Harvest Mendocino is a celebration of the county's agricultural bounty, perfect for foodies and farm-to-table enthusiasts looking to experience the best of Mendocino County's local produce and products.<br><br> |