Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
119.55 KB
MD5: 2245e66977cebe2df8b7c21ad289d192
SHA-1: 33f9b55458dac8b45380e6698ddaa5454d6cc41f
SHA-256: 7bd81d1bd2a7c9e8fc9fb636f98dd058de56747b44386aba33b9c8916788e90d
Download zip
155.44 KB
MD5: e316a27668d99f6a6e48caa205144c25
SHA-1: 8b63aaf516c1af2c05d9e602d615ee0e77f6b1ed
SHA-256: 2eb215bb54ea8ac1fa5fb44c2baa29c8a18d587e8c53288b6545496e520b7419
Release notes
This release contains a few bug fixes as well some new features. The most prominent is #1012878: Add a way to index an entity directly, which eliminates (in most scenarios) stale-data issues when, e.g., taxonomy terms are renamed.
(Note: The Search API currently has only little access control functionality built in. Users should take care that only appropriate items and fields are indexed, and displayed to the user. See #955088: Provide (additional) access functionality.)
The complete list of changes since Beta 7:
API changes:
- #1012878 by drunken monkey: Added a way to index an entity directly.
- #1109130 by drunken monkey: Added better structure for Views field rendering.
Others:
- #1018384 by drunken monkey: Fixed Views field names to not contain colons.
- #1105704 by drunken monkey: Fixed exposed sorts always sort on 'top' sort.
- #1104056 by drunken monkey: Added "Current search" support for non-facet
filters. - #1103814 by drunken monkey: Fixed missing argument for extractFields().
- #1081084 by drunken monkey: Fixed notices in add_fulltext_field alteration.
- #1091074 by drunken monkey, ygerasimov: Added machine names to "related
entities" list. - #1066278 by ygerasimov, drunken monkey: Removed
search_api_facets_by_block_status(). - #1081666 by danielnolde: Fixed PHP notices when property labels are missing.