Project

General

Profile

Actions

Feature #14468

closed

Search for text in description and comments in issue search and restrict projects.

Added by Daniel Migowski almost 11 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues filter
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Hi,

I am considering switching from Bugzilla to Redmine, but the only thing I will miss is the great extended issue search of Bugzilla, from which I need the following features mostly:

  • Search for specific Strings in the description of the issue, not the thema.
  • Search for specific Strings in the comments of an issue.

Combine the above with:

  • Constrain the search to specific resolution types
  • Constrain the serach to specific projects

Currently Redmine allows to fulltext search but only in the "current" project, or in all Projects, if I navigate manually to <redmine>/issue (why isn't there a link on the start page? How do I get one?).

If I navigate to a toplevel project, I see the issues of the toplevel project and all subprojects, but cannot constrain further. The field "project" can not even be choosen from the list of filterable fields, althought it would be definitely useful is is not implied by the project, because I find it feasable to filter these.

If I am in the issues list I also cannot combine a text search with the usual filter parameters, which is also not understandable. Searching for the description of a bug or the comment texts shouldn't be too hard, is it? Most databases today (like PostgreSQL) even allow an indexed full text search in fields so speed wouldn't be a concern here also. Why can Bugzilla handle this, and Redmine cannot?

Also I would like to have my commonly searched fields always displayed (maybe with an empty value to the operator), so I don't always have to choose them from the list, but this is secondary.

Please add these features, and Bugzilla will be gone for me.


Related issues

Related to Redmine - Feature #1159: Allow issue description to be searchable as a filterClosedJean-Philippe Lang2008-05-01

Actions
Related to Redmine - Feature #5893: Filter issues by notesClosedGo MAEDA2010-07-16

Actions
Actions #1

Updated by Toshi MARUYAMA over 10 years ago

  • Category set to Search engine
Actions #2

Updated by Daniel Migowski over 10 years ago

At least the search in description was easy to create:

In Redmine 2.3.1: app/models/issue_query.rb, ~ line 148:

        :values => categories.collect{|s| [s.name, s.id.to_s] }
    end 

    # to search descriptions start
    add_available_filter "description", :type => :text
    # to search descriptions end
    add_available_filter "subject", :type => :text
    add_available_filter "created_on", :type => :date_past
    add_available_filter "updated_on", :type => :date_past@

Actions #3

Updated by Mischa The Evil over 10 years ago

  • Related to Feature #1159: Allow issue description to be searchable as a filter added
Actions #4

Updated by Mischa The Evil over 10 years ago

Actions #5

Updated by Vessdcvpnkins Dessbel over 5 years ago

Deleted message because of spam. (Bernhard Rohloff)

Actions #6

Updated by Yap Sody about 5 years ago

Deleted message because of spam. (Bernhard Rohloff)

Actions #7

Updated by Go MAEDA almost 3 years ago

  • Category changed from Search engine to Issues filter
  • Status changed from New to Closed
  • Resolution set to Fixed

Filter for issue description is available in Redmine 3.2.0 (#1159), and filter by notes will be available in Redmine 5.0.0 (#5893).

Closing.

Actions

Also available in: Atom PDF