original_reply |
[{"entity": "Mendocino Floral Design","summary": "Mendocino Floral Design offers a wide selection of beautiful, fresh flowers that are perfect for sending to a guest. Their expert florists will create a stunning arrangement that will brighten their day and make them feel special."}] |
Mendocino Floral Design query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Mendocino%Floral%Design%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Floral Design’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino floral design’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Mendocino%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Floral%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Design%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Mendocino Floral Design’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘mendocino floral design’)OR (post_title LIKE ‘%Mendocino%’ OR post_title LIKE ‘%Floral%’ OR post_title LIKE ‘%Design%’))HAVING match_count >= 3ORDER BY match_count DESC; |
Mendocino Floral Design |
{"post":{"ID":"32045","post_title":"Mendocino Floral Design","match_count":"23"},"summary":"Mendocino Floral Design offers a wide selection of beautiful, fresh flowers that are perfect for sending to a guest. Their expert florists will create a stunning arrangement that will brighten their day and make them feel special.","permalink":"https://www.visitmendocino.com/listing/mendocino-floral-design/"} |
paragraph |
<a href="https://www.visitmendocino.com/listing/mendocino-floral-design/">Mendocino Floral Design</a> offers a wide selection of beautiful, fresh flowers that are perfect for sending to a guest. Their expert florists will create a stunning arrangement that will brighten their day and make them feel special.<br><br> |