original_reply |
[{"entity": "Bowling Ball Beach","summary": "Nature lovers and photography enthusiasts will appreciate the unique spherical rock formations at Bowling Ball Beach, but please note that dogs are not allowed on this beach."}] |
Bowling Ball Beach query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Bowling%Ball%Beach%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Bowling Ball Beach’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘bowling ball beach’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Bowling%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Ball%’ 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(‘Bowling Ball Beach’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘bowling ball beach’)OR (post_title LIKE ‘%Bowling%’ OR post_title LIKE ‘%Ball%’ OR post_title LIKE ‘%Beach%’))HAVING match_count >= 3ORDER BY match_count DESC; |
Bowling Ball Beach |
{"post":{"ID":"31796","post_title":"Bowling Ball Beach or Schooner Gulch Beach","match_count":"13"},"summary":"Nature lovers and photography enthusiasts will appreciate the unique spherical rock formations at Bowling Ball Beach, but please note that dogs are not allowed on this beach.","permalink":"https://www.visitmendocino.com/listing/bowling-ball-beach-or-schooner-gulch-beach/"} |
paragraph |
Nature lovers and photography enthusiasts will appreciate the unique spherical rock formations at <a href="https://www.visitmendocino.com/listing/bowling-ball-beach-or-schooner-gulch-beach/">Bowling Ball Beach</a>, but please note that dogs are not allowed on this beach.<br><br> |