Releases: pantheon-systems/solr-power
Releases · pantheon-systems/solr-power
Version 2.2.0
- Uses
posts_pre_query
hook to support use of 'fields' inWP_Query
[#448].
Version 2.1.4
- Ensures highlighting is also applied to the post excerpt [#446].
Version 2.1.3
- Adds
solr_power_ajax_search_query_args
filter to modify AJAX search query arguments [#432].
Version 2.1.2
- Adds
solr_is_private_blog
filter to allow control over whether a blog is indexed [#423].
Version 2.1.1
- Uses some fancy
composer
magic to unblock WordPress.org plugin updates [#418].
Version 2.1.0
- Introduces
solr_index_stat
filter for allowing additional information to be included [#396]. - Introduces
solr_facet_operator
filter for allowing facet operator to be overridden [#388]. - Ensures warning message appears when activating across the entire network [#399].
- Parses
<h1>
tags in Solr error response, in addition to<title>
[#407]. - Fixes incorrect variable name when outputting schema error message [#404].