Bandysearch

Component ID

2234379

Component name

Bandysearch

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Leverages Elasticsearch to provide extended search functionality for Drupal.

To Install

First, you'll need a working install of Elasticsearch on your server. The module currently only allows local installs, although that is the subject of an open feature request, and should be fixed soon.

Secondly, after you've downloaded the module into sites/all/modules you'll need to use Composer to install module dependencies under the module's directory. Run composer in the module directory, and it should pick up the composer.json file included which specifies the elasticsearch client for PHP.

Then just enable the module. Visit admin/config/search/bandysearch and the Elasticsearch index will be reloaded with content from your site.

Finally, place the Bandysearch box somewhere on your site, and you're done!