Creating a saved search form
Please Help!!!
I have a job searcher website that I'm creating.
I've created a cck form so that Employers can post Jobs. This form has fields such as state, education, salary, and so forth.
I've also created a search form using views so that Job searchers can search the posted jobs.
The search form uses the cck fields to filter the results of the search and it works great.
The problem is the I need to have a way for these searches to be saved. Now using the 'Views Saved Searches' module you can set it up to remember the last search but I need to be able to have multiple saved searches like most job search web sites have.
Does anyone have any ideas on how I can do this through cck views, or should I not use cck/views and try another module?
Thanks so much for any help.

Hi, I have the same problem
Hi,
I have the same problem :)
Did you found a solution ?
Thanks for all ;)
Bye
I have same problem too
Did anyone found the solution??
Hi, I found this module
Hi,
I found this module http://drupal.org/project/views_savedsearches
But this don't work well for me...
I apply this patch to work with it :
http://drupal.org/node/464156
But I have a php warning message :
warning: implode() [function.implode]: Invalid arguments passed in /var/www/drupal/sites/all/modules/views_savedsearches/views_savedsearches.module on line 183
For alerting, you could use it with Notifications module http://drupal.org/project/notifications
If you found a solution, could tell me how ?
Thanks by advance ;)
Hi, I found why this module
Hi,
I found why this module don't work for me and why I had a php error :
warning: implode() [function.implode]: Invalid arguments passed in /var/www/drupal/sites/all/modules/views_savedsearches/views_savedsearches.module on line 183
You can't use Ajax on your view !! This module don't support that ;)
Bye