Hi
It would be nice to have a notification about new results of a search.
Integration in notifications module would be nice or a rules integration with some simple actions.
bennos
Hi
It would be nice to have a notification about new results of a search.
Integration in notifications module would be nice or a rules integration with some simple actions.
bennos
Comments
Comment #1
becw commentedWell, this module doesn't deal with the results of a search; in order to provide this sort of functionality, it would have to store the set of results for each search. It would be very cool to get notifications about new search results, but I think it would be a significant change to this particular module.
Comment #2
bennos commentedWhy save all results?
The results are sorted via search score and the node ID and the creation date should be present of each result.
Think only the creation date of the latest result must be saved and checked via cron against the result set.
Comment #3
jschoder commentedbecw is correct. To make this module work correctly the Node Ids of the previous results would have to be saved. Otherwise only new nodes which fit the search result would appear. Changed nodes (for example the profile of someone who moved to another city) wouldn't create a notification.