Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
473.41 KB
MD5: 179357747886088c30751c65faef9a42
SHA-1: 420f2deceb102dbd4ba55502a8f25f0fa2e4ad82
SHA-256: e4225b96223f398c6412b8d93cf7acc35a4e9ebab24f5e67b891cf0e17c9f98c
Download zip
737.68 KB
MD5: cafaff3c9a79260b7255eae8356605a0
SHA-1: db203e2fdd669d6e9ff2c99688c0816d248a1fff
SHA-256: 6f6b77155ff7001baa644ac1f952c734bf74bfed507aaadf60f925dfb892c367
Release notes
This is release 1.12 of the Search API module, containing several bug fixes and new features.
If you are still using the deprecated “Search API Taxonomy Term Handlers” module, please be advised that it will be removed from the project before release 8.x-1.13. An update hook is included in this release that will attempt to uninstall it. If this fails, please uninstall it manually to avoid problems at the next update. (The module serves absolutely no purpose at this point and is empty.)
Complete list of changes since release 1.11:
- #3037972 by ifrik, borisson_, drunken monkey: Added facets support for Views Feed displays.
- #3026526 by chr.fritsch, drunken monkey, legolasbo: Fixed performance of SearchApiTagCache::getRowId().
- #2898327 by drunken monkey, Renrhaf, justanothermark, legolasbo: Improved performance in SearchApiQuery::addResults().
- #3039181 by drunken monkey: Fixed failing tests.
- #2693071 by drunken monkey, herved: Fixed nested properties getting removed from aggregated fields.
- #3036173 by hanoii, drunken monkey, vinlaurens: Fixed bundle boost option defaults for "Type-specific boosts" processor.
- #3033040 by herved, drunken monkey, vinlaurens: Fixed error when enabling the Database Search Defaults module.
- #3031991 by drunken monkey, borisson_: Fixed edge case errors when combining multiple fulltext search filters in Views.
- #2949962 by drunken monkey, legolasbo, Keule, borisson_: Fixed negated fulltext keywords with partial matching.
- #3032916 by chr.fritsch, borisson_, drunken monkey: Fixed caching of entity operations in Views field.
- #2985131 by drunken monkey, brettboylen, borisson_, Kleve: Fixed "Type-specific boosting" processor to not overwrite pre-existing boosts.
- #3031990 by drunken monkey, borisson_: Fixed exception handling in SearchApiQuery.
- #2867479 by legolasbo, drunken monkey, borisson_: Added an update hook uninstalling the "Search API Taxonomy Term Handlers" module.
- #2998853 by drunken monkey, borisson_, legolasbo: Updated links throughout the module.
- #3023142 by legolasbo, drunken monkey: Added Kernel tests for the taxonomy term Views argument plugin.
- #3011859 by drunken monkey: Fixed Tokenizer not removing short words at search time.
- #3024753 by drunken monkey, ressa: Added overridden query() method to the Views query plugin.
- #3014641 by drunken monkey, legolasbo: Fixed memory problems when indexing large amounts of items at once.
- #3022724 by drunken monkey, legolasbo, borisson_: Fixed infinite loop when creating excerpts.
- #1696434 by orakili, drunken monkey, ldweeks, ericchew, legolasbo, borisson_: Added a Views contextual filter for all taxonomy term fields.
- #3022693 by drunken monkey, kashandarash, legolasbo: Fixed fatal error when Node module is not installed.
- #2378945 by chr.fritsch, drunken monkey, bdlangton, DamienMcKenna, JPHuxley, lpeabody, legolasbo: Added option to keep facets when submitting Views exposed form.
- #3023168 by drunken monkey, legolasbo, borisson_: Fixed missing notices for deprecated methods.
- #3023255 by drunken monkey, legolasbo: Removed installation of schema system.router from tests.
- #2820410 by recrit, drunken monkey, miiimooo, abramm, borisson_, ndf: Added a Views field for rendering an entity.
- #3023247 by drunken monkey, legolasbo: Updated references to NodeCreationTrait.
- #3007933 by drunken monkey: Fixed bug in config form of "Ignore characters" processor.
- #2948707 by trwill, drunken monkey: Fixed "Content access" processor not taking all grant records into account.
- #3022452 by drunken monkey: Fixed failing tests on PHP 5.
- #2861832 by mkalkbrenner, mtodor, drunken monkey: Added support for showing entity operations in Views.
- #3021717 by mkalkbrenner, drunken monkey: Added ExampleContentTrait::removeTestEntity().