| original_reply | [{"entity": "2026 event in Mendocino County","summary": "Visitors looking for a unique experience in Mendocino County should mark their calendars for the exciting 2026 event, which promises to offer a wide range of activities and attractions for all ages."}] |
| 2026 event in Mendocino County query | SELECTID,post_title,(CASE WHEN post_title LIKE ‘%2026%event%in%Mendocino%County%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘2026 event in Mendocino County’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘2026 event in mendocino county’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%2026%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%event%’ THEN 1 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) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘2026 event in Mendocino County’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘2026 event in mendocino county’)OR (post_title LIKE ‘%2026%’ OR post_title LIKE ‘%event%’ OR post_title LIKE ‘%Mendocino%’ OR post_title LIKE ‘%County%’))HAVING match_count >= 4ORDER BY match_count DESC; |
| 2026 event in Mendocino County | {"post":"","summary":"Visitors looking for a unique experience in Mendocino County should mark their calendars for the exciting 2026 event, which promises to offer a wide range of activities and attractions for all ages.","permalink":""} |
| paragraph | Visitors looking for a unique experience in Mendocino County should mark their calendars for the exciting 2026 event, which promises to offer a wide range of activities and attractions for all ages.<br><br> |