https://github.com/discourse/discourse-saved-searches
Allow users to save searches and be notified of new results.
https://github.com/discourse/discourse-saved-searches
discourse-plugin
Last synced: 3 months ago
JSON representation
Allow users to save searches and be notified of new results.
- Host: GitHub
- URL: https://github.com/discourse/discourse-saved-searches
- Owner: discourse
- License: mit
- Created: 2017-08-08T21:28:09.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T09:46:15.000Z (10 months ago)
- Last Synced: 2024-08-28T04:47:15.870Z (10 months ago)
- Topics: discourse-plugin
- Language: Ruby
- Homepage:
- Size: 504 KB
- Stars: 11
- Watchers: 23
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## discourse-saved-searches
https://meta.discourse.org/t/saved-searches-plugin/67901
This plugin allows users to save searches and receive notifications when
new posts match those searches.## Installation
Proceed with a normal [installation of a plugin](https://meta.discourse.org/t/install-a-plugin/19157).
## After Installation
Enable the plugin by going to the settings in Admin. Find the "saved searches enabled" setting and enable it.
You can also restrict saved searches based on user trust level by changing the "saved searches min trust level" setting.
For example, you can make saved searches a reward for achieving trust level 2.## About
In your user preferences, there will be a new section called "Saved Searches".
In each input field, you can save some seach terms like you would in Discourse's search input.
Once a day, these searches will be run. If any new results are found, you'll receive a private
system message with links to the posts that match your search terms.
You won't be notified of any posts that you've already seen.### License
MIT