Hey @Renaissancecreative,
Thanks for reaching out!
Pulling off this adjustment of search results is actually a pretty complicated thing to do. ð We are not able to help with customizations, but still like to try and at least help point folks in the right direction to get started on their own.
For modifying search results in this way, the only thing I could think of would be to use the WordPress pre_get_posts() in search results. Recurring events are “child posts” of a single parent post (the parent is the first post in the series)âso if you can hook into the search query and try to make it ignore “child posts,” you might be in luck.
Here are some resources for learning more about modifying queries and such:
â¢Â https://codex.wordpress.org/Custom_Queries
â¢Â https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts
â¢Â http://www.remicorson.com/modifying-the-current-query-with-pre_get_posts/
â¢Â http://wordpress.stackexchange.com/questions/140664/custom-search-query
â¢Â https://premium.wpmudev.org/blog/build-your-own-custom-wordpress-search/
Best of luck with your tinkering!
George