solr-power
solr-power copied to clipboard
A WordPress plugin to connect to Pantheon's Apache Solr search infrastructure, or your own!
If you include a custom field value in indexing options, it's easy assume this would cause the document to appear in matching search results:  However, getting the document to...
A workaround was added to pass `true` if `terminus multidev:delete` fails. The multidev actually does get deleted, so not sure why this is happening. https://github.com/pantheon-systems/solr-power/actions/runs/8808386029/job/24177460845#step:11:17
Take rest api request for instance `/wp-json/wp/v2/search/?search=unit&subtype=custom-post-type&type=post` Where the custom post type has search excluded using `'exclude_from_search' => true`. Yet, solr-power takes over and returns empty results.
Right now it's impossible to turn off Solr for specific types of searches. Another considered solution was to allow for $query->get( 'solr_integrate' ); to be set to false and have...
This will require the minimum supported PHP version to be bumped from 7.1 to 7.4.
When I run `terminus remote:wp my-site.env solr commit` on my sites I get a fatal error, which I'll post below. I have `define('SOLRPOWER_DISABLE_AUTOCOMMIT', false);` for dev and test and not...
I know that Solr Search doesn't support WooCommerce [out of the box](https://github.com/pantheon-systems/solr-power/issues/462), and I'm wondering if anyone has done research for how the [WooCommerce HPOS](https://woocommerce.com/document/high-performance-order-storage/) support will impact this plugin....
Hi, I am getting deprecation notices after updating to php8.1 `http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated` location-> `wp-content/plugins/solr-power/vendor/solarium/solarium/src/Component/RequestBuilder/RequestParamsTrait.php:153` and `Exception::__construct(): Passing null to parameter...