User selects set of Filters on the "Custom Query" page and fills-in the search params he needs. User knows that he will use the same search very often, so he wants to save it.
On the Custom Query page there is a "Save Search As:" input field and "Save Search" button. User enters a name of the SavedSearch? and clicks this button. After that these search settings are saved FOR THIS USER. This saved search will appear as a LINK (with name entered by user) on the Custom Query page FOR THIS USER only. When user clicks some of his saved search links: 1. all the selected filters with pre-filled values that were saved will appear, and search results will appear automatically. 2. Link Delete Search will appear and allow user to delete this SavedSearch? Example: 1. User sets: (search by Summary Includes "Urgent" and owner = user.) 2. User types "My Urgent tasks" into "Save Search As:" input field and clicks "Save Search" button. The link "My Urgent tasks" appears for this user every time he enters Custom Query page (appears on the bottom) 3. When user clicks this link - filters are set to (search by Summary Includes "Urgent" and owner = user) and Search is performed immediately. 4. Link "Delete Search" appears on the bottom of the page. If user clicks "Delete Search" - this search is removed and user does not see "My Urgent tasks" link any more. On 2007年12月13日, 下午6时25分, aldana <[EMAIL PROTECTED]> wrote: > it gets even shorter, when having saved thequeryyou can access it by > index, e.g.: > http://<tracRoot>/report/9 > > On Dec 12, 6:13 pm, "Mathieu Cousy" <[EMAIL PROTECTED]> wrote: > > > A workaround could be to copy the URL and save it in a wiki page in an href > > tag. > > <a title="Active Tickets" > > href="/trac/query?status=new&status=assigned&status=reopened > > &level=L2&order=priority">Active Tickets</a> > > > Mathieu > > > -----Message d'origine----- > > De : [email protected] [mailto:[EMAIL PROTECTED] De la part de > > Christian Boos > > Envoyé : mercredi 12 décembre 2007 11:15 > > À : [email protected] > > Objet : [Trac] Re: savingcustomquery > > > aldana wrote: > > > as far as i investigated correctly it is not possible to save acustom > > >query. i cannot see a button 'Savecustomquery' or similar so i > > > guess, this is correct. > > > You need to have the REPORT_CREATE permission for that, and of course, > > be using 0.11dev as this feature is not present in 0.10.x. > > > -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
