original_reply |
[{ "entity": "Event Description", "summary": "The Event Description can be as concise or as detailed as needed to provide all the necessary information about the event, including its purpose, date, time, location, activities, and any additional relevant details."}] |
Event Description query |
SELECTID,post_title,(CASE WHEN post_title LIKE ‘%Event%Description%’ THEN 10 ELSE 0 END + CASE WHEN ( SOUNDEX(post_title) LIKE SOUNDEX(‘Event Description’) OR SOUNDEX(post_title) LIKE SOUNDEX(‘event description’) ) THEN 10 ELSE 0 END + CASE WHEN post_title LIKE ‘%Event%’ THEN 1 ELSE 0 END + CASE WHEN post_title LIKE ‘%Description%’ THEN 1 ELSE 0 END) AS match_countFROM wp_postsWHEREpost_type = ‘listing’AND post_status = ‘publish’AND (SOUNDEX(post_title) LIKE SOUNDEX(‘Event Description’)OR SOUNDEX(post_title) LIKE SOUNDEX(‘event description’)OR (post_title LIKE ‘%Event%’ OR post_title LIKE ‘%Description%’))HAVING match_count >= 2ORDER BY match_count DESC; |
Event Description |
{"post":"","summary":"The Event Description can be as concise or as detailed as needed to provide all the necessary information about the event, including its purpose, date, time, location, activities, and any additional relevant details.","permalink":""} |
paragraph |
The Event Description can be as concise or as detailed as needed to provide all the necessary information about the event, including its purpose, date, time, location, activities, and any additional relevant details.<br><br> |