Summary | Greyed Results in 'Search' |
Queue | Turba |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | mbydalek (at) mobilemini (dot) com |
Created | 11/12/2004 (7618 days ago) |
Due | |
Updated | 03/22/2005 (7488 days ago) |
Assigned | |
Resolved | 03/22/2005 (7488 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
as long as you have search results in the cache. If it works like you
describe it, go ahead and commit it.
there is any search criterea typed in, that search is performed, and
the results are merged with the existing search cache (just as it
behaved before) and then it redirects to browse.php. If there is no
search criterea typed in, and there are existing search results, then
it just redirects to browse.php. So, you are able to perform searches
without clearing the previous search...yes, the results continue to be
merged with existing searchs until the user clears the search results.
Are you saying it would be better to clear the cache after any new
search criterea is entered instead of merging them to the existing
search results as it does now?
browse.php as long as you have a search result in the session, right?
That means that you can't start a new search until you reset the
current search results. That wouldn't be very intuitive.
New Attachment: turba_search.patch
State ⇒ Feedback
displayed and 'greyed' any time you return to the search page.
I didn't want to commit this without some review first...
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Greyed Results in 'Search'
Queue ⇒ Turba
State ⇒ New
displayed if you click 'Search' in the menu. The reason for this is
sometimes I'll search for a person, goto a diff. application, and them
come back and need their info again. So I have to actually search for
them just to get the grey area.
I know this is done in browse.php now, so I'm not sure the best way to
incorporate this (hence why I haven't done a patch). Another option
would be to have a new menu item 'Search Results' or something to get
the same effect.