Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
449.44 KB
MD5: eb696aecf61bdc426aed666cb4e75d1c
SHA-1: 1dc5d89de1bd93d05767ff001900989f3a01c43a
SHA-256: 1a10219c2ae4d88ad7b128c0472f16b14c8a70b843be1dd23d6020c70a62a3a7
Download zip
697 KB
MD5: ae654ce15a4cd451557d205d05168b2a
SHA-1: 04d7b3b680e84aad086a61fb9eb4ffe77dc278e4
SHA-256: 122b34e2bce610d5c1c4769f80738fa53c62c363eba97abbdef0be785f92eb4e
Release notes
This is release 1.8 of the Search API module, containing several bug fixes and new features.
There are some known problems present in this release for which we could use input or advice, if you are interested in seeing them resolved:
- If you are using the Workflows module which is now in Core, see #2956093: Integrate with the Workflows module for properly supporting it in the Search API.
- If you are using complex node access mechanisms (like the view_unpublished module), please take a look at our node access issues. Especially #2948707: ContentAccess processor fails to account for all grant records could use some tesing (even with normal node access) to make sure it doesn't break anyone's access mechanism.
- If you are familiar with Core's REST modules or, even better, entity REST tests, we would be very grateful if you could help us finish #2929603: Add tests for REST support of our entities.
Complete list of changes since release 1.7:
- #2960854 by nedjo, drunken monkey: Fixed "Database search defaults" index.
- #2930839 by drunken monkey: Update tests according to latest PHPUnit compatibility changes
- #2921022 by drunken monkey, marcvangend: Fixed automatic task execution with Drush.
- #2955887 by drunken monkey, borisson_: Added a way to re-execute a query.
- #2925464 by drunken monkey, borisson_, .jch: Fixed problem with missing "NOT NULL" attribute in database backend.
- #2953266 by drunken monkey, borisson_: Added a helper method for "selected"/"default" checks.
- #2953267 by drunken monkey, borisson_: Fixed REST dependency of Views test module.
- #2945870 by Dropa, drunken monkey: Fixed timezone of indexed date strings.
- #2948659 by drunken monkey, borisson_, bskibinski: Added support for HTML5 placeholder in Views exposed filters.
- #2951055 by bradjones1, borisson_, drunken monkey: Fixed documentation for IndexInterface::addField().
- #2945560 by mkalkbrenner, drunken monkey, borisson_: Fixed handling of existing highlighting data in Highlight processor.
- #2946386 by drunken monkey, borisson_: Fixed typo in Query::getAbortMessage().
- #2945675 by drunken monkey, borisson_: Unified use of self and static.