Replace default WordPress search behavior with Sphinx

I want to implement Sphinx Search in my WordPress site but I’m not exactly sure how to change WordPress search behavior to use Sphinx.

How do I get Sphinx Search engine to replace whatever WordPress uses as default? I also want to display search results in a div with animations and search options on a static front page with only the site logo above it. If I use Sphinx, is there a way to use a WordPress loop to return the search results with query_posts function?

Thanks for your help!

1 Answer
1

The Sphinx Search website lists three wordpress plugins on its Plugin Page. Maybe one (or more) of them does what you want?

  • Voce Connect. WordPress Plugin.
  • Ivinco. WordPress Plugin.
  • Gigaom. WordPress Plugin. Filters WordPress’ core WP Query to allow interoperability with and improve performance of other plugins and existing queries, including core taxonomy queries.

Leave a Comment