original_reply |
[{"entity": "Mendocino Makers holiday event","summary": "The Mendocino Makers holiday event is a festive gathering of local artisans and vendors showcasing their handmade crafts, unique artwork, and delicious homemade treats. This event is perfect for holiday shoppers looking for one-of-a-kind gifts and supporting local businesses."}] |
Mendocino Makers holiday event query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Makers%holiday%event%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Makers holiday event') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino makers holiday event') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Makers%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%holiday%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%event%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Makers holiday event')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino makers holiday event')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Makers%' OR post_title LIKE '%holiday%' OR post_title LIKE '%event%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Mendocino Makers holiday event |
{"post":"","summary":"The Mendocino Makers holiday event is a festive gathering of local artisans and vendors showcasing their handmade crafts, unique artwork, and delicious homemade treats. This event is perfect for holiday shoppers looking for one-of-a-kind gifts and supporting local businesses.","permalink":""} |
paragraph |
The Mendocino Makers holiday event is a festive gathering of local artisans and vendors showcasing their handmade crafts, unique artwork, and delicious homemade treats. This event is perfect for holiday shoppers looking for one-of-a-kind gifts and supporting local businesses.<br><br> |