| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* Module Name: Search |
| 5 |
* Module Description: Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search. |
| 6 |
* First Introduced: 5.0 |
| 7 |
* Sort Order: 34 |
| 8 |
* Free: false |
| 9 |
* Requires Connection: Yes |
| 10 |
* Auto Activate: No |
| 11 |
* Feature: Search |
| 12 |
* Additional Search Queries: search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search |
| 13 |
* Plans: business |
| 14 |
*/ |
| 15 |
|
| 16 |
require_once( dirname( __FILE__ ) . '/search/class.jetpack-search.php' ); |
| 17 |
|
| 18 |
Jetpack_Search::instance(); |
| 19 |
|