Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download search_api_saved_searches-7.x-1.5.tar.gztar.gz 34.02 KB
MD5: 6b67f1f864bbe805cf8835a7681737ca
SHA-1: b2153b0d550d1557be27356ce6e0cbd7218582f6
SHA-256: 2ef9e1801be070d71031ecfa84a28e0832dd161123df395f0abee9353c6ece18
Download search_api_saved_searches-7.x-1.5.zipzip 44.43 KB
MD5: fcf7f8d3237d2037281c8b5bfab1cbd2
SHA-1: 235c812508b41eb4fbff7772a5f62e419ec44fc2
SHA-256: 7551c5a3db13e324b1ca2c4b6bdcac9be9b49b7ac78e30edc4d5f6b229c38228

Release notes

This is release 1.5 of the Search API Saved Searches module, containing an important fix for the previous version.

Release 1.4 contained a faulty update hook (cf. #2346677: Not fire a saved search for a disabled user) which disables all saved searches of anonymous users, so it should not be used!
If you already updated to 1.4 (or were using a dev version in between which already contained the buggy update hook), you have to manually enable the saved searches of anonymous users in the database. E.g., use the following SQL query:

UPDATE search_api_saved_search SET enabled = 1 WHERE uid = 0

If you had disabled some saved searches of anonymous users on purpose (e.g., by enabling anonymous users to edit their saved searches), you will have to use a different approach, of course.

Except for this issue, this release is identical to 1.4. For reference, below are the release notes of version 1.4:

Note: If you are experiencing problems with deleted saved searches still executing (will usually only happen on large sites), please see #2359003: Queue items are not being removed after searches are deleted: it's possible that, before that issue got solved, deleted saved searches were still present in the queue. In that case, please make sure there are no deleted searches in the queue.

Complete list of changes since release 1.3:

Created by: drunken monkey
Created on: 8 Jun 2015 at 06:40 UTC
Last updated: 18 Jul 2017 at 09:04 UTC
Bug fixes

Other releases