original_reply |
[{"entity": "Fort Bragg Bakery","summary": "Hard Head Bread enthusiasts will appreciate the traditional, handcrafted loaves made with locally sourced ingredients at Fort Bragg Bakery."}] |
Fort Bragg Bakery query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Fort%Bragg%Bakery%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Fort Bragg Bakery') OR SOUNDEX(post_title) LIKE SOUNDEX('fort bragg bakery') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Fort%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Bragg%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Bakery%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Fort Bragg Bakery')OR SOUNDEX(post_title) LIKE SOUNDEX('fort bragg bakery')OR (post_title LIKE '%Fort%' OR post_title LIKE '%Bragg%' OR post_title LIKE '%Bakery%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Fort Bragg Bakery |
{"post":"","summary":"Hard Head Bread enthusiasts will appreciate the traditional, handcrafted loaves made with locally sourced ingredients at Fort Bragg Bakery.","permalink":""} |
paragraph |
Hard Head Bread enthusiasts will appreciate the traditional, handcrafted loaves made with locally sourced ingredients at Fort Bragg Bakery.<br><br> |