I know Toolset doesn't have Saved Search functionality where a user can perform a search with filters then save that search to use later. But I'm wondering if it might be possible with a CRED form and a CPT. If I were to create a CPT called Saved Searches containing the fields (Start Time, End Time, Day, Type) and then when a user filters and clicks the Save Search button it accesses the url parameters and populates those to a CRED Form that the user can save/submit to the cpt. So an example URL like:
hidden link
would then populate the type-happyhour form field with Food, and the happy-hour-days field with Monday, etc. They click Save and it creates a new post in the Saved Searches cpt that I could then use Access to allow only that user to access.
Sound possible? If so I think the main area I'd need help with is getting the URL parameters to populate that CRED form fields.