original_reply |
[{"entity": "Jug Handle State Natural Reserve","summary": "Nature enthusiasts with furry friends will appreciate the dog-friendly trails and breathtaking coastal views at Jug Handle State Natural Reserve."}] |
Jug Handle State Natural Reserve query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Jug%Handle%State%Natural%Reserve%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Jug Handle State Natural Reserve') OR SOUNDEX(post_title) LIKE SOUNDEX('jug handle state natural reserve') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Jug%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Handle%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%State%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Natural%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Reserve%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Jug Handle State Natural Reserve')OR SOUNDEX(post_title) LIKE SOUNDEX('jug handle state natural reserve')OR (post_title LIKE '%Jug%' OR post_title LIKE '%Handle%' OR post_title LIKE '%State%' OR post_title LIKE '%Natural%' OR post_title LIKE '%Reserve%'))HAVING match_count >= 5ORDER BY match_count DESC; |
Jug Handle State Natural Reserve |
{"post":"","summary":"Nature enthusiasts with furry friends will appreciate the dog-friendly trails and breathtaking coastal views at Jug Handle State Natural Reserve.","permalink":""} |
paragraph |
Nature enthusiasts with furry friends will appreciate the dog-friendly trails and breathtaking coastal views at Jug Handle State Natural Reserve.<br><br> |