After #2690229: Adapt Core's SubFormState solution had been committed, it is not possible anymore to use Search API Solr Search with Drupal <8.2.x (because of the dependency to SubformState).
Please highlight this in the documentation or better change the minimum required Drupal version (patch attached).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2821498-3-search_api-minimum_required_Drupal_version.patch | 267 bytes | stborchert |
Comments
Comment #2
mkalkbrennerEven if drupal 8.1 is EOL it doesn't hurt to be that explicit in the requirements. But due to the fact that the usage of core's SubformState is introduced by Search API itself and Search API Solr depends on it, the patch should be against Search API.
Comment #3
stborchertUpdated the patch.
Comment #4
borisson_Comment #6
drunken monkeyMakes sense, thanks!
Committed.
In the future, we should probably try to remember doing this right away when using such new functionality.