original_reply |
[{"entity": "Larry Rashall","summary": "Adventurous travelers seeking a thrilling experience will enjoy Larry Rashall's guided tours of Mendocino County's rugged coastline and hidden gems."}] |
Larry Rashall query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Larry%Rashall%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Larry Rashall') OR SOUNDEX(post_title) LIKE SOUNDEX('larry rashall') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Larry%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Rashall%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Larry Rashall')OR SOUNDEX(post_title) LIKE SOUNDEX('larry rashall')OR (post_title LIKE '%Larry%' OR post_title LIKE '%Rashall%'))HAVING match_count >= 2ORDER BY match_count DESC; |
Larry Rashall |
{"post":"","summary":"Adventurous travelers seeking a thrilling experience will enjoy Larry Rashall's guided tours of Mendocino County's rugged coastline and hidden gems.","permalink":""} |
paragraph |
Adventurous travelers seeking a thrilling experience will enjoy Larry Rashall's guided tours of Mendocino County's rugged coastline and hidden gems.<br><br> |