original_reply |
[{"entity": "Point Arena Farmers Market","summary": "Locals and visitors looking for fresh produce, artisan goods, and a vibrant community atmosphere should check out the Point Arena Farmers Market, which typically takes place on Saturdays from 10am to 1pm."}] |
Point Arena Farmers Market query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Point%Arena%Farmers%Market%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Point Arena Farmers Market') OR SOUNDEX(post_title) LIKE SOUNDEX('point arena farmers market') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Point%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Arena%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Farmers%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Market%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Point Arena Farmers Market')OR SOUNDEX(post_title) LIKE SOUNDEX('point arena farmers market')OR (post_title LIKE '%Point%' OR post_title LIKE '%Arena%' OR post_title LIKE '%Farmers%' OR post_title LIKE '%Market%'))HAVING match_count >= 4ORDER BY match_count DESC; |
Point Arena Farmers Market |
{"post":"","summary":"Locals and visitors looking for fresh produce, artisan goods, and a vibrant community atmosphere should check out the Point Arena Farmers Market, which typically takes place on Saturdays from 10am to 1pm.","permalink":""} |
paragraph |
Locals and visitors looking for fresh produce, artisan goods, and a vibrant community atmosphere should check out the Point Arena Farmers Market, which typically takes place on Saturdays from 10am to 1pm.<br><br> |