Bachir Soussi Chiadmi 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
..
search_api_saved_searches_i18n 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
views 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
CHANGELOG.txt 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
LICENSE.txt f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 years ago
README.txt 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
search_api_saved_searches.admin.inc 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
search_api_saved_searches.api.php cde7b73a73 more module updates 9 years ago
search_api_saved_searches.info 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
search_api_saved_searches.install 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
search_api_saved_searches.module 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
search_api_saved_searches.pages.inc 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
search_api_saved_searches.rules.inc 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
search_api_saved_searches.search_entity.inc 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago
search_api_saved_searches.settings_entity.inc f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 years ago
search_api_saved_searches.tokens.inc 9adc940a67 updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options 5 years ago

README.txt

Search API Saved Searches
-------------------------

This module offers users the ability to save searches executed with the
Search API module and be notified of new results. Notifications are done
via mails with token-replacement, their frequency can be configured both by
admins and/or users and saved searches can also be created without first
executing the search.

Facet, Views or other filters set for the search will also be included in a
saved search, thus reflecting exactly the same search results as displayed.

Bug reports, feature suggestions and latest developments:
https://www.drupal.org/project/issues/search_api_saved_searches

Installation
------------

* Install the module as usual.
See http://drupal.org/documentation/install/modules-themes/modules-7
for further information.
* Set the module's permissions (Administer saved searches, Use saved searches).
* You can now configure saved searches for each index by going to its
"Saved searches" tab.
* For being able to actually save searches, you have to enable the
"[Index Name]: Save search" block. This block will only appear on pages which
contain a Search API search and allow users to save the executed search.

Hidden variables
----------------

* search_api_saved_search_queue_item_time (default: 10)
By default, queue item time is set to 10 seconds. This setting lets you modify
the queue item time by providing your own value in seconds.