original_reply |
[{"entity": "Big River Beach","summary": "Big River Beach is an ideal spot for exercising dogs, offering plenty of space for them to run and play along the beautiful coastline, perfect for dog owners looking for a scenic and pet-friendly environment."}, {"entity": "Noyo Headlands Park","summary": "Noyo Headlands Park provides a vast coastal area where dogs can stretch their legs and enjoy the fresh ocean breeze, making it a great choice for dog owners seeking a picturesque and pet-safe location."}] |
Big River Beach query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Big%River%Beach%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Big River Beach') OR SOUNDEX(post_title) LIKE SOUNDEX('big river beach') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Big%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%River%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Beach%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Big River Beach')OR SOUNDEX(post_title) LIKE SOUNDEX('big river beach')OR (post_title LIKE '%Big%' OR post_title LIKE '%River%' OR post_title LIKE '%Beach%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Big River Beach |
{"post":"","summary":"Big River Beach is an ideal spot for exercising dogs, offering plenty of space for them to run and play along the beautiful coastline, perfect for dog owners looking for a scenic and pet-friendly environment.","permalink":""} |
Noyo Headlands Park query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Noyo%Headlands%Park%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Noyo Headlands Park') OR SOUNDEX(post_title) LIKE SOUNDEX('noyo headlands park') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Noyo%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Headlands%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Park%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Noyo Headlands Park')OR SOUNDEX(post_title) LIKE SOUNDEX('noyo headlands park')OR (post_title LIKE '%Noyo%' OR post_title LIKE '%Headlands%' OR post_title LIKE '%Park%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Noyo Headlands Park |
{"post":"","summary":"Noyo Headlands Park provides a vast coastal area where dogs can stretch their legs and enjoy the fresh ocean breeze, making it a great choice for dog owners seeking a picturesque and pet-safe location.","permalink":""} |
paragraph |
Big River Beach is an ideal spot for exercising dogs, offering plenty of space for them to run and play along the beautiful coastline, perfect for dog owners looking for a scenic and pet-friendly environment.<br><br>Noyo Headlands Park provides a vast coastal area where dogs can stretch their legs and enjoy the fresh ocean breeze, making it a great choice for dog owners seeking a picturesque and pet-safe location.<br><br> |