original_reply |
[{"entity": "Leaka","summary": "Outdoor enthusiasts and nature lovers will appreciate the beautiful trails and serene surroundings of Leaka for hiking and wildlife spotting."}] |
Leaka query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Leaka%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Leaka') OR SOUNDEX(post_title) LIKE SOUNDEX('leaka') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Leaka%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Leaka')OR SOUNDEX(post_title) LIKE SOUNDEX('leaka')OR (post_title LIKE '%Leaka%'))HAVING match_count >= 1ORDER BY match_count DESC; |
Leaka |
{"post":"","summary":"Outdoor enthusiasts and nature lovers will appreciate the beautiful trails and serene surroundings of Leaka for hiking and wildlife spotting.","permalink":""} |
paragraph |
Outdoor enthusiasts and nature lovers will appreciate the beautiful trails and serene surroundings of Leaka for hiking and wildlife spotting.<br><br> |