Re: What is the preferred method of returning to the results of a search

2010-07-24 Thread Dennis Kaarsemaker
On za, 2010-07-24 at 10:41 -0700, Erisa wrote: > I have a search view that presents an object_list with the search > result. Each item provides a url to jump to an edit page. After > editing (or deleting), I would like to return to the object_list page > showing the results of the same search so

What is the preferred method of returning to the results of a search

2010-07-24 Thread Erisa
I have a search view that presents an object_list with the search result. Each item provides a url to jump to an edit page. After editing (or deleting), I would like to return to the object_list page showing the results of the same search so I can edit or delete more items. What is preferred met