Summary | Search result is lost when using the tag filter |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/18/2012 (4642 days ago) |
Due | |
Updated | 10/27/2012 (4633 days ago) |
Assigned | |
Resolved | 10/18/2012 (4642 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit fa778e51f5e428e9fe0381f4908dc2fae79221c3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Oct 18 10:49:40 2012 -0400
Bug: 11548Don't show the tag browser in search results.Allowing tag browsing limited to already filtered results is way
too complicated with the current code base. Remove the browser
in search results. Also, the quick search box include tags when
filtering so one can still further restrict the result set anyway.
nag/lib/View/List.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/fa778e51f5e428e9fe0381f4908dc2fae79221c3
State ⇒ Resolved
commit fa778e51f5e428e9fe0381f4908dc2fae79221c3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Oct 18 10:49:40 2012 -0400
Bug: 11548Don't show the tag browser in search results.Allowing tag browsing limited to already filtered results is way
too complicated with the current code base. Remove the browser
in search results. Also, the quick search box include tags when
filtering so one can still further restrict the result set anyway.
nag/lib/View/List.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/fa778e51f5e428e9fe0381f4908dc2fae79221c3
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ Search result is lost when using the tag filter
Type ⇒ Bug
State ⇒ Unconfirmed
after doing a search in nag, you sometimes want to filter it further by a tag.
As soon as you apply a tag filter, the search result is lost.
Do we want to keep it that way or is this a bug?
Thomas