Changes between Version 34 and Version 35 of BluePrint/SaveSearch_Sub
- Timestamp:
- 08/24/12 05:25:10 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SaveSearch_Sub
v34 v35 33 33 34 34 === Views === 35 A standard REST controller will be used to manage the saved searches, rather than custom controllers and methods. One custom method, "load", will be used to execute the search (redirect the user to the query URL). 35 36 36 A standard REST controller will be used to manage the saved searches, rather than custom controllers and methods. One custom method, "load", will be used to execute the search (redirect the user to the query URL).37 37 ==== Search ==== 38 38 Each search page will have a widget the user can activate to save the current search. They will be directed to a new page where they can type a name for the search. … … 66 66 1. User executes search 67 67 1. Activate Save Search widget 68 1. Redirected to Save Search add form69 1. Name search70 68 1. Request is sent to `/msg/search_notifications/`, with the first query string argument specifying what period this applies to, e.g., daily, monthly, etc. 71 69 1. Records with a `modified_on` value greater than `last_executed` are returned.