Feature #1159

Allow Issue Description to be Searchable as a Filter

Added by Mark P about 5 years ago. Updated 3 months ago.

Status:NewStart date:2008-05-01
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:Issues
Target version:-
Resolution:

Description

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.

enable_issue_filter_by_description.1159.diff Magnifier (1.3 KB) Henrique Bastos, 2008-05-08 06:14

query.rb Magnifier (41.9 KB) marco guan, 2013-01-27 14:52

1.jpg (40.3 KB) marco guan, 2013-01-27 14:54

2.jpg (48.9 KB) marco guan, 2013-01-27 14:54


Related issues

Related to Feature #1353: Please add ability to filter on issue Description field Closed 2008-06-02
Related to Feature #11521: Let user set tracker in seach Closed
Related to Patch #5893: Filter Options: Allow to filter for description and notes New 2010-07-16
Duplicated by Feature #12453: Add "Description" in the issues filter Closed

History

#1 Updated by Henrique Bastos about 5 years ago

Patch against trunk to enable the description filter for issue search.

#2 Updated by Henrique Bastos about 5 years ago

  • Status changed from New to Resolved

#3 Updated by Mark P about 5 years ago

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.

#4 Updated by Eric Davis about 5 years ago

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.

#5 Updated by ian horne about 4 years ago

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.

#6 Updated by sebastián scarano about 4 years ago

has this been implemented in 0.8.3???

because I can't find the way to filter by description...

#7 Updated by Eric Davis over 3 years ago

  • Status changed from Resolved to New

#8 Updated by Harry Garrood over 1 year ago

+1, this would be really useful.

#9 Updated by Terence Mill over 1 year ago

+1 ..regular expression would be great!

#10 Updated by Jan Niggemann 11 months ago

+1

#11 Updated by Terence Mill 6 months ago

Is there an update for this patch working with redmine 2.2?

There is a plugin redmine extra query operators which can regexp on topic but not on description, its half of the way. See inofficial github issue or official forum

#12 Updated by marco guan 5 months ago

for 2.2.1, a litte change needed

#13 Updated by Jan Niggemann 5 months ago

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?

#14 Updated by Terence Mill 5 months ago

How does this filter works? Substring match?

If not, why isn't this in trunk after all?

Good question anyways.

#15 Updated by Etienne Massip 5 months ago

Ideally description field and other text fields should be indexed and searched with FTS.

#16 Updated by Anton Nepomnyaschih 3 months ago

+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.

Also available in: Atom PDF