Vote #63147
完了Allow issue description to be searchable as a filter
0%
説明
Currently, we can add one or many filters to search issues, including Subject. I would love to see the ability to search the Description field of an issue in the same way we can search the Subject field.
journals
Patch against trunk to enable the description filter for issue search.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Thank you very much for the quick turn around on this. The wiki describes how to create a patch.diff file, but it does not specifcy how to implement one. I looked through the forums as well. Sorry for the noob question.
--------------------------------------------------------------------------------
Mark, I've updated the [[Patch]] page on the wiki to talk about applying and removing a patch file. That should help you get started, if you have any other questions feel free to post to Forums.
--------------------------------------------------------------------------------
Running this patch on redmine0.8.3 I receive error:
patching file app/models/query.rb
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354
And the option is still unavailable.
--------------------------------------------------------------------------------
has this been implemented in 0.8.3???
because I can't find the way to filter by description...
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
+1, this would be really useful.
--------------------------------------------------------------------------------
+1 ..regular expression would be great!
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
Is there an update for this patch working with redmine 2.2?
There is a plugin "redmine extra query operators":http://www.redmine.org/plugins/redmine_extra_query_operators which can regexp on topic but not on description, its half of the way. See inofficial github "issue":https://github.com/dkuk/redmine_extra_query_operators/issues/1 or official "forum":/boards/3/topics/21015?r=35310#message-35310
--------------------------------------------------------------------------------
for 2.2.1, a litte change needed
--------------------------------------------------------------------------------
Is that deliberately left out in trunk because it might put a lot of load on the DB?
If not, why isn't this in trunk after all?
--------------------------------------------------------------------------------
How does this filter works? Substring match?
>If not, why isn't this in trunk after all?
Good question anyways.
--------------------------------------------------------------------------------
Ideally description field and other text fields should be indexed and searched with FTS.
--------------------------------------------------------------------------------
+1. It's more convenient for me to search via filter than via Search.
BTW, if standart Search can search through the description field, why filter cant? It seems the same thing.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
+1
This feature is highly needed for large sets of issues
--------------------------------------------------------------------------------
+1
Would be very useful and is required by us.
No responsibilty until now?
--------------------------------------------------------------------------------
This feature is very usuful and easy to implement. Could it be a feature of Redmine 3.1?
Here is a patch againt trunk (r14065).
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
I think this feature is very usuful and many people who commented to this issue have longed for the feature for years.
Please consider including this in 3.2.0.
--------------------------------------------------------------------------------
Patch committed in r14672.
--------------------------------------------------------------------------------
Tests broken: http://www.redmine.org/builds/logs/build_trunk_postgresql_ruby-2.1_2626.html
Patch reverted.
--------------------------------------------------------------------------------
Done.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,1353,Please add ability to filter on issue Description field
relates,Closed,11521,Let user set tracker in seach
relates,Closed,5893,Filter issues by notes
relates,Closed,14468,Search for text in description and comments in issue search and restrict projects.
relates,Closed,25077,Issue description filter's 'none' operator does not match issues with blank descriptions
duplicates,Closed,12453,Add "Description" in the issues filter