Website's search function returns hundreds of duplicate results

Hello! When searching for a blog post or any sort of specific key word, this website shows a loooong list of duplicate results – no matter if we’re logged in as admin or just using as a regular user.

Any ideas on how I can fix that?

1 Like

Hello @richardcreative,

Thanks for writing in!

This is a known bug in the recent release of the theme. Temporarily, you can resolved this by adding this line in your child theme’s functions.php file:

add_filter('cornerstone_enable_search', '__return_false');

For reference:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.