original_reply |
[{"entity": "Beautiful Earth","summary": "Beautiful Earth does not ship across states, but they offer an incredible selection of locally sourced products perfect for visitors looking for unique Mendocino County souvenirs."}] |
Beautiful Earth query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Beautiful%Earth%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Beautiful Earth') OR SOUNDEX(post_title) LIKE SOUNDEX('beautiful earth') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Beautiful%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Earth%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Beautiful Earth')OR SOUNDEX(post_title) LIKE SOUNDEX('beautiful earth')OR (post_title LIKE '%Beautiful%' OR post_title LIKE '%Earth%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Beautiful Earth |
{"post":{"ID":"32029","post_title":"Beautiful Earth","match_count":"22"},"summary":"Beautiful Earth does not ship across states, but they offer an incredible selection of locally sourced products perfect for visitors looking for unique Mendocino County souvenirs.","permalink":"https://www.visitmendocino.com/listing/beautiful-earth/"} |
paragraph |
<a href="https://www.visitmendocino.com/listing/beautiful-earth/">Beautiful Earth</a> does not ship across states, but they offer an incredible selection of locally sourced products perfect for visitors looking for unique Mendocino County souvenirs.<br><br> |