original_reply |
[{"entity": "Mendocino Jams & Preserves","summary": "Fans of locally made jams will appreciate the wide variety of unique flavors, like huckleberry and elderberry, offered at Mendocino Jams & Preserves."}] |
Mendocino Jams & Preserves query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Jams%&%Preserves%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Jams & Preserves') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino jams & preserves') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Jams%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Preserves%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Jams & Preserves')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino jams & preserves')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Jams%' OR post_title LIKE '%Preserves%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Mendocino Jams & Preserves |
{"post":{"ID":"31798","post_title":"Mendocino Jams & Preserves","match_count":"23"},"summary":"Fans of locally made jams will appreciate the wide variety of unique flavors, like huckleberry and elderberry, offered at Mendocino Jams & Preserves.","permalink":"https://www.visitmendocino.com/listing/mendocino-jams-preserves/"} |
paragraph |
Fans of locally made jams will appreciate the wide variety of unique flavors, like huckleberry and elderberry, offered at <a href="https://www.visitmendocino.com/listing/mendocino-jams-preserves/">Mendocino Jams & Preserves</a>.<br><br> |