original_reply |
[{"entity": "Brooktrails Lodge","summary": "Nature enthusiasts and those seeking a peaceful retreat will appreciate the serene setting and cozy accommodations that Brooktrails Lodge offers."}] |
Brooktrails Lodge query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Brooktrails%Lodge%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Brooktrails Lodge') OR SOUNDEX(post_title) LIKE SOUNDEX('brooktrails lodge') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Brooktrails%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Lodge%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Brooktrails Lodge')OR SOUNDEX(post_title) LIKE SOUNDEX('brooktrails lodge')OR (post_title LIKE '%Brooktrails%' OR post_title LIKE '%Lodge%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Brooktrails Lodge |
{"post":{"ID":"31920","post_title":"Brooktrails Lodge","match_count":"22"},"summary":"Nature enthusiasts and those seeking a peaceful retreat will appreciate the serene setting and cozy accommodations that Brooktrails Lodge offers.","permalink":"https://www.visitmendocino.com/listing/brooktrails-lodge/"} |
paragraph |
Nature enthusiasts and those seeking a peaceful retreat will appreciate the serene setting and cozy accommodations that <a href="https://www.visitmendocino.com/listing/brooktrails-lodge/">Brooktrails Lodge</a> offers.<br><br> |