Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download search_api-7.x-1.10.tar.gztar.gz 171.14 KB
MD5: 13c2ff2a5d327ce15afd322fbaa1bdea
SHA-1: a92b25667bd97031dff3837b46816fd0149a2347
SHA-256: 39b8ef78ca14d3d70a9395555f9ba98c096defa21190cfddef8e0088c58b9aa2
Download search_api-7.x-1.10.zipzip 215.35 KB
MD5: ef776160963b7753c23a64221d6c7a02
SHA-1: 8bc0ab78c8408f961c4f47615776b324d917957f
SHA-256: cd9715181ed9edc88fb64c89e6e40100a51367da252d1e9581cfee338c434277

Release notes

This is release 1.10 of the Search API, containing numerous new features and bug fixes.

Note: After upgrading, you might encounter the following log message:
SearchApiException: Required field search_api_access_node not indexed on index Default node index. Could not perform access checks. in _search_api_query_add_node_access()
If you have the "Node access" data alteration disabled, please disregard that message. This faulty message is a known problem, fixed with #2118589-22: Node access check missing from comment indexes, and a new 1.11 release containing that bugfix will be released shortly.

The main focus for this release was a revamp of the admin user interface undertaken with the help of Bojhan Somers. Hopefully, the UI improvements will make the Search API easier to use for new users, and also make common tasks reachable faster for existing ones. While a lot of areas were improved, most functionality should still be easy to find if you are used to the old UI, though.
If you have any questions, please create a support request issue (after making sure the question hasn't been answered already). If you have any more suggestions for UI improvements, please create a feature request issue using the Usability tag.

One particular UI improvement I want to mention was added in [##2130819]: on the index's "View" tab (which got merged with "Status") we now also check how many items are actually indexed on the server and can be found in a search – compared with the ones we think should be indexed, according to our tracking tables. This can help you spot any discrepancies that might have been caused by bugs in older versions of the module. (Particularly, we also fixed some related issues in #1551302: Fix server tasks system in this release.) If there are more or less items indexed on the server than their should be, a red warning will be displayed on the index's "View" tab. (When using Solr, however, a warning caused by too few indexed items on the server can also be due to Solr's commit behavior – wait a couple of minutes and see whether the warning is still there before taking any action). Also, if there are invalid items indexed on the server not associated with any index anymore, there is now also a button on the server's "View" tab to clear the complete indexed data of that server.

The release also contains fixes for the regressions accidentally introduced with #2110315: Specialized filter for users and terms in the 1.9 release. Please report there any issues you are still experiencing with taxonomy term filters.

Complete list of changes since release 1.9:

Created by: drunken monkey
Created on: 9 Dec 2013 at 09:28 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
New features
Insecure

Other releases