original_reply |
[{"entity": "the soothing beaches of Mendocino County","summary": "Nature enthusiasts and relaxation seekers will appreciate the serene atmosphere and stunning views offered by the soothing beaches of Mendocino County."}, {"entity": "the charming boutiques in Mendocino Village","summary": "Shopaholics and lovers of unique finds will be drawn to the quaint charm and diverse offerings of the charming boutiques in Mendocino Village."}] |
the soothing beaches of Mendocino County query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%the%soothing%beaches%of%Mendocino%County%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('the soothing beaches of Mendocino County') OR SOUNDEX(post_title) LIKE SOUNDEX('soothing beaches of mendocino county') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%soothing%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%beaches%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%County%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('the soothing beaches of Mendocino County')OR SOUNDEX(post_title) LIKE SOUNDEX('soothing beaches of mendocino county')OR (post_title LIKE '%soothing%' OR post_title LIKE '%beaches%' OR post_title LIKE '%Mendocino%' OR post_title LIKE '%County%'))HAVING match_count >= 4ORDER BY match_count DESC; |
the soothing beaches of Mendocino County |
{"post":"","summary":"Nature enthusiasts and relaxation seekers will appreciate the serene atmosphere and stunning views offered by the soothing beaches of Mendocino County.","permalink":""} |
the charming boutiques in Mendocino Village query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%the%charming%boutiques%in%Mendocino%Village%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('the charming boutiques in Mendocino Village') OR SOUNDEX(post_title) LIKE SOUNDEX('charming boutiques in mendocino village') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%charming%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%boutiques%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Village%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('the charming boutiques in Mendocino Village')OR SOUNDEX(post_title) LIKE SOUNDEX('charming boutiques in mendocino village')OR (post_title LIKE '%charming%' OR post_title LIKE '%boutiques%' OR post_title LIKE '%Mendocino%' OR post_title LIKE '%Village%'))HAVING match_count >= 4ORDER BY match_count DESC; |
the charming boutiques in Mendocino Village |
{"post":"","summary":"Shopaholics and lovers of unique finds will be drawn to the quaint charm and diverse offerings of the charming boutiques in Mendocino Village.","permalink":""} |
paragraph |
Nature enthusiasts and relaxation seekers will appreciate the serene atmosphere and stunning views offered by the soothing beaches of Mendocino County.<br><br>Shopaholics and lovers of unique finds will be drawn to the quaint charm and diverse offerings of the charming boutiques in Mendocino Village.<br><br> |