original_reply |
[{"entity": "Bryan Preserve","summary": "Animal lovers and nature enthusiasts can reserve a tour at Bryan Preserve to observe and learn about rare and endangered African hoof stock species."}] |
Bryan Preserve query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Bryan%Preserve%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Bryan Preserve') OR SOUNDEX(post_title) LIKE SOUNDEX('bryan preserve') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Bryan%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Preserve%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Bryan Preserve')OR SOUNDEX(post_title) LIKE SOUNDEX('bryan preserve')OR (post_title LIKE '%Bryan%' OR post_title LIKE '%Preserve%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Bryan Preserve |
{"post":{"ID":"31582","post_title":"B. Bryan Preserve","match_count":"22"},"summary":"Animal lovers and nature enthusiasts can reserve a tour at Bryan Preserve to observe and learn about rare and endangered African hoof stock species.","permalink":"https://www.visitmendocino.com/listing/b-bryan-preserve/"} |
paragraph |
Animal lovers and nature enthusiasts can reserve a tour at <a href="https://www.visitmendocino.com/listing/b-bryan-preserve/">Bryan Preserve</a> to observe and learn about rare and endangered African hoof stock species.<br><br> |