-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating readme for D10/D11 + php 8.1+ #205
Open
stovak
wants to merge
1
commit into
8.x
Choose a base branch
from
fix-readme
base: 8.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+8
−6
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,11 +1,11 @@ | ||||||
# Search API Pantheon: Solr 8 & Drupal 9/10 Integration | ||||||
# Search API Pantheon: Solr 8 & Drupal 10/11 Integration | ||||||
|
||||||
[![Search API Pantheon](https://github.com/pantheon-systems/search_api_pantheon/actions/workflows/ci.yml/badge.svg?branch=8.x)](https://github.com/pantheon-systems/search_api_pantheon/actions/workflows/ci.yml) | ||||||
[![Limited Availability](https://img.shields.io/badge/Pantheon-Limited_Availability-yellow?logo=pantheon&color=FFDC28)](https://pantheon.io/docs/oss-support-levels#limited-availability) | ||||||
|
||||||
## Important Notice - Schema Reversion Prevention | ||||||
|
||||||
Starting with version 8.2, this module includes critical fixes to prevent Solr schema reversions that could cause: | ||||||
Starting with version 8.3, this module includes critical fixes to prevent Solr schema reversions that could cause: | ||||||
|
||||||
- Search functionality outages | ||||||
- Loss of indexed content | ||||||
|
@@ -18,14 +18,16 @@ 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 | ||||||
- Using Drupal 10/11 | ||||||
- PHP 8.1 or later | ||||||
- 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) | ||||||
- Have Solr enabled on your Pantheon site | ||||||
|
||||||
## Intent | ||||||
|
||||||
|
@@ -55,15 +57,15 @@ Composer is the way you should be managing your drupal module requirements. This | |||||
To install this module via composer, run the following command in your Drupal root: | ||||||
|
||||||
```bash | ||||||
composer require 'drupal/search_api_pantheon:^8.1' | ||||||
composer require 'drupal/search_api_pantheon:^8.3' | ||||||
``` | ||||||
|
||||||
### Development Version | ||||||
|
||||||
Note that the above will install the latest stable release of this module. To install the latest development version, use: | ||||||
|
||||||
```bash | ||||||
composer require 'drupal/search_api_pantheon:8.1.x-dev@dev' | ||||||
composer require 'drupal/search_api_pantheon:8.x-dev@dev' | ||||||
``` | ||||||
|
||||||
## Setup | ||||||
|
@@ -100,7 +102,7 @@ To configure the connection with Pantheon, perform the following steps on your D | |||||
|
||||||
#### Automatic Core Reload | ||||||
|
||||||
Starting with version 8.1.x, Search API Pantheon automatically reloads the Solr core after schema updates to prevent schema reversions and maintain index integrity. | ||||||
Starting with version 8.3.x, Search API Pantheon automatically reloads the Solr core after schema updates to prevent schema reversions and maintain index integrity. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
#### Schema Updates | ||||||
|
||||||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This started with 8.2 shouldn't need to change.