Browsing hooks for feature: Jetpack Search

    jetpack_search_abort

    hook (action): Fires when the Jetpack Search fails and would fallback to MySQL.

    Source: jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php:44

    jetpack_search_query_languages

    hook (filter): Filter the languages used by Jetpack Search's Query Parser.

    Source: jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php:865

    jetpack_instant_search_options

    hook (filter): Customize Instant Search Options. View Example

    Source: jetpack_vendor/automattic/jetpack-search/src/class-helper.php:900

    jetpack_search_get_filters

    hook (filter): Modify the aggregation filters returned by get_filters().<p>Useful if you are setting custom filters outside of the supported filters (taxonomy, post_type etc.) and want to hook them up so they're returned when you call <code>get_filters()</code>.</p>

    Source: jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php:1734

    jetpack_search_recency_score_decay

    hook (filter): Modify the recency decay parameters for the search query.<p>The recency decay lowers the search scores based on the age of a post relative to an origin date. Basic adjustments:</p> <ul> <li>origin: A date. Posts with this date will have the highest score and no decay applied. Default is today.</li> <li>offset: Number of days/months/years (eg 30d). All posts within this time range of the origin (before and after) will have no decay applied. Default is no offset.</li> <li>scale: The number of days/months/years from the origin+offset at which the decay will equal the decay param. Default 360d</li> <li>decay: The amount of decay applied at offset+scale. Default 0.9.</li> </ul> <p>The curve applied is a Gaussian. More details available at {@see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#function-decay">https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#function-decay</a>}</p>

    Source: jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php:1004

    jetpack_search_render_filters_widget_title

    hook (action): Responsible for displaying the title of the Jetpack Search filters widget.

    Source: jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php:523

    jetpack_search_render_filters

    hook (action): Responsible for rendering filters to narrow down search results.

    Source: jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php:479

    jetpack_search_has_vip_index

    hook (filter): Allows developers to filter whether the current site has a VIP index.

    Source: jetpack_vendor/automattic/jetpack-search/src/class-options.php:93

    jetpack_search_disable_widget_filters

    hook (filter): Allows developers to disable filters being set by widget, in favor of manually setting filters via `Classic_Search::set_filters()`.

    Source: jetpack_vendor/automattic/jetpack-search/src/class-helper.php:674

    failed_jetpack_search_query

    hook (action): Fires after a search query request has failed

    Source: jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php:262