summaryrefslogtreecommitdiff
blob: 1c3c633e4daf252817dcc2578645b8df21700e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/**
 * Module Name: Search
 * Module Description: Enhanced search, powered by Elasticsearch
 * First Introduced: 5.0
 * Sort Order: 34
 * Free: false
 * Requires Connection: Yes
 * Auto Activate: No
 * Feature: Search
 * Additional Search Queries: search
 * Plans: business
 */

require_once( dirname( __FILE__ ) . '/search/class.jetpack-search.php' );

Jetpack_Search::instance();