original_reply |
[{"entity": "Mendocino Gift Company","summary": "Fashion-forward individuals seeking trendy footwear like BrandX Huaraches Pachuco will be delighted by the unique selection at Mendocino Gift Company."}] |
Mendocino Gift Company query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Gift%Company%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Gift Company') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino gift company') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Gift%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Company%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Gift Company')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino gift company')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Gift%' OR post_title LIKE '%Company%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Mendocino Gift Company |
{"post":"","summary":"Fashion-forward individuals seeking trendy footwear like BrandX Huaraches Pachuco will be delighted by the unique selection at Mendocino Gift Company.","permalink":""} |
paragraph |
Fashion-forward individuals seeking trendy footwear like BrandX Huaraches Pachuco will be delighted by the unique selection at Mendocino Gift Company.<br><br> |