You are here

README.txt in Search API Saved Searches 7

Same filename and directory in other branches
  1. 8 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.
* search_api_saved_searches_debug_messages (default: TRUE)
  Set to FALSE to disable the watchdog messages that are by default logged for
  every notification mail that gets sent.

File

README.txt
View source
  1. Search API Saved Searches
  2. -------------------------
  3. This module offers users the ability to save searches executed with the
  4. Search API module and be notified of new results. Notifications are done
  5. via mails with token-replacement, their frequency can be configured both by
  6. admins and/or users and saved searches can also be created without first
  7. executing the search.
  8. Facet, Views or other filters set for the search will also be included in a
  9. saved search, thus reflecting exactly the same search results as displayed.
  10. Bug reports, feature suggestions and latest developments:
  11. https://www.drupal.org/project/issues/search_api_saved_searches
  12. Installation
  13. ------------
  14. * Install the module as usual.
  15. See http://drupal.org/documentation/install/modules-themes/modules-7
  16. for further information.
  17. * Set the module's permissions (Administer saved searches, Use saved searches).
  18. * You can now configure saved searches for each index by going to its
  19. "Saved searches" tab.
  20. * For being able to actually save searches, you have to enable the
  21. "[Index Name]: Save search" block. This block will only appear on pages which
  22. contain a Search API search and allow users to save the executed search.
  23. Hidden variables
  24. ----------------
  25. * search_api_saved_search_queue_item_time (default: 10)
  26. By default, queue item time is set to 10 seconds. This setting lets you modify
  27. the queue item time by providing your own value in seconds.
  28. * search_api_saved_searches_debug_messages (default: TRUE)
  29. Set to FALSE to disable the watchdog messages that are by default logged for
  30. every notification mail that gets sent.