# jetpack/6.2/modules/search.php

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

- Page: https://pluginprobe.com/plugins/jetpack/6.2/code/modules/search.php
- Raw: https://pluginprobe.com/plugins/jetpack/6.2/raw/modules/search.php
- Modified: 2018-03-27T23:14:52+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/6.2/code/modules/search.php#L10-L20`.

```php
<?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();

```
