original_reply |
[{"entity": "B Bryan Preserve","summary": "Animal lovers and nature enthusiasts will appreciate the opportunity to observe and learn about various species of African wildlife at B Bryan Preserve."}] |
B Bryan Preserve query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%B%Bryan%Preserve%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('B Bryan Preserve') OR SOUNDEX(post_title) LIKE SOUNDEX('b bryan preserve') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%B%' THEN 1 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('B Bryan Preserve')OR SOUNDEX(post_title) LIKE SOUNDEX('b bryan preserve')OR (post_title LIKE '%B%' OR post_title LIKE '%Bryan%' OR post_title LIKE '%Preserve%'))HAVING match_count >= 3ORDER BY match_count DESC; |
B Bryan Preserve |
{"post":{"ID":"31582","post_title":"B. Bryan Preserve","match_count":"23"},"summary":"Animal lovers and nature enthusiasts will appreciate the opportunity to observe and learn about various species of African wildlife at B Bryan Preserve.","permalink":"https://www.visitmendocino.com/listing/b-bryan-preserve/"} |
paragraph |
Animal lovers and nature enthusiasts will appreciate the opportunity to observe and learn about various species of African wildlife at <a href="https://www.visitmendocino.com/listing/b-bryan-preserve/">B Bryan Preserve</a>.<br><br> |