Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download search_api-7.x-1.11.tar.gztar.gz 171.53 KB
MD5: d78379c20be4ee295bc4094945b80ce7
SHA-1: 9b8c2177b7556a2a92c98495968d9e0062e41fd5
SHA-256: 4581cb9a104992d87362fd08299cd8afd175fe7b3d5f482f4daea8a4d4855dd0
Download search_api-7.x-1.11.zipzip 215.61 KB
MD5: 21a0a21c455d0e82d7a01b7b80a0618d
SHA-1: 3e230cf0a15e8bb6f7af8e1d6e99acb67f641ef0
SHA-256: 15f561689c645f089308377857435e5265e107803cf6e64f7b7ff982391ca63b

Release notes

This is release 1.11 of the Search API module, containing several new bug fixes, partially for regressions introduced in release 1.10.

The most important bug fix is a follow-up to #2118589: Node access check missing from comment indexes. A missing check in the original patch for that issue means that, with the 1.10 version of Search API, the following message will appear in your logs for every search if you don't have the "Node access" data alteration enabled:
SearchApiException: Required field search_api_access_node not indexed on index Default fuzzysearch index. Could not perform access checks.
The message can be safely ignored, there is no actual error here – however, the message is of course disturbing and will also completely flood your logs. It is therefore advised that you upgrade to 1.11 as soon as possible if you are using the 1.10 release already.

Another improvement are the new descriptions for the "Node access", "Access check" and "Exclude unpublished nodes" data alterations, introduced in #2155127: Clarify the scope of the "Node access" and "Exclude unpublished nodes" data alterations. These should now make it clearer to users that these data alterations will only filter on the indexed nodes (or the indexed comments' nodes) themselves, and will have no effect at all on related nodes, referenced on the indexed item.
If you are using one of these data alterations and are displaying related nodes in your search results (or make them otherwise available in the search), please make sure that this issue does not affect you and that end users cannot access content that should be invisible to them that way.

Complete list of changes since release 1.10:

Created by: drunken monkey
Created on: 25 Dec 2013 at 09:53 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
Insecure

Other releases