original_reply |
[{"entity": "Skunk Train","summary": "Adventure seekers looking to ride in historic railcars along the beautiful Royo River will find the Skunk Train to be a thrilling experience."}] |
Skunk Train query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Skunk%Train%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Skunk Train’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘skunk train’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Skunk%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Train%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Skunk Train’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘skunk train’)OR (post_title LIKE ‘%Skunk%’ OR post_title LIKE ‘%Train%’))HAVING match_count >= 2ORDER BY match_count DESC; |
Skunk Train |
{"post":{"ID":"31898","post_title":"Skunk Train – Fort Bragg","match_count":"12"},"summary":"Adventure seekers looking to ride in historic railcars along the beautiful Royo River will find the Skunk Train to be a thrilling experience.","permalink":"https://www.visitmendocino.com/listing/skunk-train-fort-bragg/"} |
paragraph |
Adventure seekers looking to ride in historic railcars along the beautiful Royo River will find the <a href="https://www.visitmendocino.com/listing/skunk-train-fort-bragg/">Skunk Train</a> to be a thrilling experience.<br><br> |