Whether to prevent tracking cookie reset. More information `pbmxuV-39H-p2`.
jetpack_instant_search_prevent_tracking_cookies_reset
jetpack_instant_search_prevent_tracking_cookies_reset
jetpack_instant_search_prevent_tracking_cookies_reset
Whether to prevent tracking cookie reset. More information `pbmxuV-39H-p2`.
jetpack_search_abort
Fires when the Jetpack Search fails and would fallback to MySQL.
jetpack_search_query_languages
Filter the languages used by Jetpack Search’s Query Parser.
jetpack_instant_search_options
Customize Instant Search Options.
jetpack_search_get_filters
Modify the aggregation filters returned by get_filters(). 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 `get_filters()`.
jetpack_search_recency_score_decay
Modify the recency decay parameters for the search query. The recency decay lowers the search scores based on the age of a post relative to an origin date. Basic adjustments: – origin: A date. Posts with this date will have the highest score and no decay applied. Default is today. – 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. – scale: The number of days/months/years from the origin+offset at which the decay will equal the decay param. Default 360d – decay: The amount of decay applied at offset+scale. Default 0.9. The curve applied is a Gaussian. More details available at {@see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#function-decay}
jetpack_search_disable_widget_filters
Allows developers to disable filters being set by widget, in favor of manually setting filters via `Classic_Search::set_filters()`.