Skip to content

Commit

Permalink
more readme fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Nov 14, 2024
1 parent c980d6c commit 7a31adc
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Important Notice - Schema Reversion Prevention

Starting with version 8.1.x, this module includes critical fixes to prevent Solr schema reversions that could cause:
Starting with version 8.2, this module includes critical fixes to prevent Solr schema reversions that could cause:

- Search functionality outages
- Loss of indexed content
Expand All @@ -19,13 +19,10 @@ Users experiencing these issues should upgrade immediately to version 8.1.x-dev.
This module is for you if you meet the following requirements:

- Using Drupal 9.4/10

- Hosting the Drupal site on Pantheon's platform

- Your site uses `composer` to install modules and upgrade Drupal core using one of the following integrations:

- Pantheon's integrated composer (`build step: true` in your pantheon.yml)

- A Continuous Integration service like Circle CI or Travis

- Have Dashboard access to the platform (necessary to deploy code changes)
Expand Down Expand Up @@ -76,16 +73,14 @@ composer require 'drupal/search_api_pantheon:8.1.x-dev@dev'
See [Drupal.org for complete documentation on Search API](https://www.drupal.org/node/1250878).
To configure the connection with Pantheon, perform the following steps on your Dev environment (or a Multidev):

- **Enable Solr on your Pantheon site**

#### Enable Solr on your Pantheon site
- Under "Settings" in your Pantheon site dashboard, enable Solr as an add on.
This feature is available for sandbox sites as well as paid plans at the
Professional level and above.

- **Enable Solr 8 in your pantheon.yml file**
#### Enable Solr 8 in your pantheon.yml file

- Add the bolded portion to your `pantheon.yml` file (** SYNTAX NOT FINAL; Use pantheon internal YGG
instructions until yml support is final and available in prod **):
- Add the bolded portion to your `pantheon.yml` file:

```yaml
php_version: 8.1
Expand Down

0 comments on commit 7a31adc

Please sign in to comment.