# jetpack/7.2.2/modules/search.php

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 7.2.2. 19 lines.

- Page: https://pluginprobe.com/plugins/jetpack/7.2.2/code/modules/search.php
- Raw: https://pluginprobe.com/plugins/jetpack/7.2.2/raw/modules/search.php
- Modified: 2019-02-26T20:53:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/7.2.2/code/modules/search.php#L10-L20`.

```php
<?php

/**
 * Module Name: Search
 * Module Description: Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.
 * First Introduced: 5.0
 * Sort Order: 34
 * Free: false
 * Requires Connection: Yes
 * Auto Activate: No
 * Feature: Search
 * Additional Search Queries: search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search
 * Plans: business
 */

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

Jetpack_Search::instance();

```
