Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
462.58 KB
MD5: 1985fcbe9b10b750132618ef25d70865
SHA-1: 9b9062cb35ab2c2554d9cf497c87bd9a18fdf52d
SHA-256: 21231eaf2f28575b45029c7e48176193824825c43b881b7a1ee75bb2aa6ef3eb
Download zip
722.87 KB
MD5: 82cb8c01e8d547e8f64da722fbdbd14f
SHA-1: d2bf92afa2ee760977dde1fadcb5bb64a4c2d7c1
SHA-256: 7d877f1b1c2a728eb5d3ff80c5b07413068e35a6ecc0ae1b978cf85d9ee38222
Release notes
This is release 1.11 of the Search API module, containing several bug fixes and new features.
Short note: Final chance for providing feedback on #2948707: ContentAccess processor fails to account for all grant records in case you are using more complex node access definitions (and the “Content access” processor). This issue will probably be committed soon.
Complete list of changes since release 1.10:
- #3011340 by pfrenssen, idimopoulos, drunken monkey: Fixed problem when updating multiple indexes' datasource settings via "drush cim".
- #2986623 by drunken monkey, valic: Added the "Reverse entity references" processor.
- #3009136 by drunken monkey, mkalkbrenner, borisson_: Added the "search_api_retrieved_field_values" query option.
- #3006267 by idebr, drunken monkey: Removed conditional code for Drupal 8.5.
- #3007311 by drunken monkey: Fixed catch clause in PostRequestIndexing::destruct().
- #2994022 by drunken monkey, Watergate, borisson_: Fixed facets when there are no search results in Database backend.
- #2898917 by Lennard Westerveld, RoSk0, drunken monkey: Fixed Views filters with checkboxes and "is all of" operator.
- #3001259 by klausi, drunken monkey, borisson_: Fixed HTML escaping throughout the module.
- #3001030 by mkalkbrenner, drunken monkey, mvantuch: Fixed excerpt not taking Solr filters into account.
- #3004017 by idebr, drunken monkey: Fixed server/index config schemas to use UUID field from Core definition.
- #2971619 by idebr, drunken monkey: Refactored the access check for the "Execute pending tasks" local action.
- #2995342 by AndrewsizZ, drunken monkey, borisson_: Added stripping of script/style HTML tags in excerpts to Highlight processor.