Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download search_api-7.x-1.9.tar.gztar.gz 157.93 KB
MD5: ae863e39232d5ab12219e48339ae27b1
SHA-1: b50ce2e7c252cc4720fa401c35ba4e4bfd9312f4
SHA-256: 1b5fe2f204d23b0fd3b87f8a99cdbf332e79921df735dac662a717aff86cad07
Download search_api-7.x-1.9.zipzip 200.82 KB
MD5: 7c05c493e73b56d2ba842b898f741ba5
SHA-1: 76c557d65517b3a099a287f7c3602ae52dc36cb8
SHA-256: 03a8798d4b8f0cd606733293c0b44404f57d55ac4cdd52443132b297b0c6aab5

Release notes

This is release 1.9 of the Search API module. It contains numerous improvements to the module, bug fixes as well as new features.

Addendum: Some issues were reported after this release was created regarding #2110315: Specialized filter for users and terms. If you are using taxonomy term filters on the "Parent term" or "All parent terms" properties of a taxonomy term reference, or on another reference that isn't the Field API field itself, please either use the current dev version or wait for the next release 1.10, which should be released shortly.

There are two notable changes which might need special care for a few specific setups:

  • #2086783: Remove Views field handlers for "virtual" fields removes the Views field handlers for "virtual" fields, i.e., fields added by data alterations or the like. This was done since these fields can usually not be displayed (since they only exist in the search index, not on the entity itself) and the field handlers were therefore useless and confusing. However, when using Solr (or maybe other backends, too), the fields can be retrieved from the search server directly and viewing them is actually possible.
    If you are using this setup, you will likely need #2099683: Add support for "virtual fields" in Views for the Solr backend (contained in the new Search API Solr Search 7.x-1.3 release) for things to keep working as before.
  • Secondly, #2088905: Search API Views and Panels paths. adds some special path handling for Views in combination with Panels. If you use a Panels with Search API Views, please make sure this change doesn't break anything before deploying this module update.

Complete list of changes since release 1.8:

Created by: drunken monkey
Created on: 23 Oct 2013 at 10:54 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
New features
Insecure

Other releases