original_reply |
[{"entity": "Mendocino Film Festival","summary": "Movie enthusiasts can purchase online tickets for the Mendocino Film Festival to secure their spot at this annual event celebrating independent films."}, {"entity": "Skunk Train","summary": "Adventure seekers looking to ride the historic Skunk Train can conveniently purchase tickets online to experience a scenic journey through the redwoods."}] |
Mendocino Film Festival query |
SELECTID,post_title,(CASE WHEN post_title LIKE '%Mendocino%Film%Festival%' THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Film Festival') OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino film festival') ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE '%Mendocino%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Film%' THEN 1 ELSE 0 END + CASE WHEN post_title LIKE '%Festival%' THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = 'listing'AND post_status = 'publish'AND (SOUNDEX(post_title) LIKE SOUNDEX('Mendocino Film Festival')OR SOUNDEX(post_title) LIKE SOUNDEX('mendocino film festival')OR (post_title LIKE '%Mendocino%' OR post_title LIKE '%Film%' OR post_title LIKE '%Festival%'))HAVING match_count >= 3ORDER BY match_count DESC; |
Mendocino Film Festival |
{"post":"","summary":"Movie enthusiasts can purchase online tickets for the Mendocino Film Festival to secure their spot at this annual event celebrating independent films.","permalink":""} |
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 the historic Skunk Train can conveniently purchase tickets online to experience a scenic journey through the redwoods.","permalink":"https://www.visitmendocino.com/listing/skunk-train-fort-bragg/"} |
paragraph |
Movie enthusiasts can purchase online tickets for the Mendocino Film Festival to secure their spot at this annual event celebrating independent films.<br><br>Adventure seekers looking to ride the historic <a href="https://www.visitmendocino.com/listing/skunk-train-fort-bragg/">Skunk Train</a> can conveniently purchase tickets online to experience a scenic journey through the redwoods.<br><br> |