Project

General

Profile

Actions

Feature #38402

closed

"Any searchable text" filter for issues

Added by Go MAEDA about 1 year ago. Updated about 1 year ago.

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

0%

Estimated time:
Resolution:
Fixed

Description

The attached patches add a new issues filter "Any searchable text". Unlike existing filters that check a specific single field, this new filter checks all text-type core fields (subject, description, notes) and searchable custom fields. For example, if you apply the filter "[Any searchable text] [contains] [recipe]”, the issues list shows issues that contain the word "recipe" in the subject, description, notes, or searchable custom fields. This is almost the same behavior as the search box in the upper right corner of the page. Actually, this new filter uses Redmine::Search::Fetcher, the code of the existing search box.

The new "Any searchable text" is useful when you want to find issues that contain a specific keyword but you don't know which field contains the keyword. In Redmine 5.0, you have to try one filter after another, such as "Subject," "Description," "Notes", and custom fields. With the new filter, you can find issues that contain the keyword in any of the fields in a single operation.

What is different from the search box in the upper right corner of the page is that this is a filter. This means that you can further refine the result by applying other filters such as the status, assignee, and target version.


Files


Related issues

Related to Redmine - Feature #3491: Filtering while searching for issuesClosed2009-06-13

Actions
Related to Redmine - Feature #10574: Add filtering ability to search or search to filteringClosed

Actions
Has duplicate Redmine - Feature #680: free text ticket filterClosed2008-02-17

Actions
Actions

Also available in: Atom PDF