SearchWP

EDD Integration

This Extension requires a Pro license

Current version: 1.1.0

Download available with active license

Easy Digital Downloads is a fantastic plugin that makes selling digital products super easy. EDD comes with a number of features but one in particular requires a bridge for SearchWP. EDD has a [downloads] Shortcode that can be used to output your Downloads, and some themes/plugins have implemented their own search feature. EDD Integration allows you to couple with that functionality and use SearchWP to provide the results.

Available hooks

searchwp_edd_engine
Set which SearchWP engine to use for the [downloads] Shortcode (default is default)

<?php
function searchwp_edd_engine( $engine, $query, $atts ) {
return 'default'; // the name of the engine you want to use for the [downloads] Shortcode
}
add_filter( 'searchwp_edd_engine', 'my_searchwp_edd_engine', 10, 3 );
view raw functions.php hosted with ❤ by GitHub

Changelog

1.0

  • Initial release

Want to make your search awesome right now?

More than 30,000 sites have chosen SearchWP!

You can utilize all of the content that’s gone unrecognized by native WordPress keyword search instantly with SearchWP.

Get SearchWP for just $99

  • Committed Support
    If you need help, support is fast, friendly, and here for you
  • Streamlined Setup
    Installation and setup that’s optimized for speed
  • Great Documentation
    Helpful, clear, and usable documentation is a priority

See what SearchWP customers have to say

  • “We have been looking for a solution that also includes a similarity search and typo correction. With SearchWP we have found exactly that. Download, install, done.”

  • “I had some difficulties to get different results if users are logged in or not. Support was more than code snippets. Complete functions were sent to add in the function.php of my child theme. Very competent and very friendly support! -Henner”

  • “SearchWP is the best of multiple search plugins I’ve tried. Running a complex content site, being able to rank types of content differently, or even have a separate search engine with its own index for a more specific part of the site, is invaluable.”