Changes between Version 34 and Version 35 of BluePrint/SaveSearch_Sub


Ignore:
Timestamp:
08/24/12 05:25:10 (12 years ago)
Author:
James O'Neill
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SaveSearch_Sub

    v34 v35  
    3333
    3434=== Views ===
     35A 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).
    3536
    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).
    3737==== Search ====
    3838Each 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.
     
    66661. User executes search
    67671. Activate Save Search widget
    68 1. Redirected to Save Search add form
    69 1. Name search
    70681. Request is sent to `/msg/search_notifications/`, with the first query string argument specifying what period this applies to, e.g., daily, monthly, etc.
    71691. Records with a `modified_on` value greater than `last_executed` are returned.