How to remove links from suggestions?

After clicking a suggestion or hitting enter/return, the customer will be redirected to a new page. You can disable links in suggestions using the following filter. This solution works with FiboSearch v1.9.1 and higher.

add_filter( 'dgwt/wcas/scripts/disable_hits', '__return_true' );

Learn how to add this snippet to your WordPress.