Part of our Redmine Plugins like Reporting, HRM, Wiki Guide, DB and Passwords is the Live Search implementation. Which provides your users a way to search particular content in list views like DB list, password list, user list, project list or version list etc.

We have improved this feature in Plugin version 3.0.2 and will present you a better Live Search to provide you a more targeted search experience by use of additional parameters.

Redmine Plugin Live Search The Live Search functionality has been improved with the upcoming version 3.0.2

Search parameters

In Redmine data is stored in fields, for example title, type, id and so on. This is also the way, when using our Plugins. This means if you want to search for content using a specific field, type the name of that field into the search box followed by a colon (:), and then the term you’re looking for.

The field search terms are depending on the plugin you are using. If you hover the mouse over the input field of the search, you will get a tooltip with the possible search options for the field search. The general Parameters work always. The following parameters can be used in the search.

ParameterDescription
foocase-insensitive search for foo in developer-defined columns
foo barrows must include both foo and bar
"foo bar"Search for an exact match. Rows must include the phrase "foo bar"
-barExclude words from your search with minus before the word bar
Field searchDescription
name:fooSearches only the name field for a specific term.
Works in all our plugins.
title:fooAlias for "name", same function like name
desc:fooSearches the description field for the specified term.
Works for: project list, version list, DB list
id:fooSearches the ID field for the specified id.
Works for: project list, version list, DB list, Passwords list, User list
identifier:fooSearches the Identifier field for the specified term.
Works for: project list, DB list
mail:fooSearches the mail field for the specified term.
Works for: Passwords list, User list
username:fooSearches the user name field for the specified term.
Works for: Passwords list
website:fooSearches the website field for the specified term.
Works for: Passwords list
login:fooSearches the login field for the specified term.
Works for: User list
firstname:fooSearches the first name field for the specified term.
Works for: User list
lastname:fooSearches the last name field for the specified term.
Works for: User list

Permission

The search is active by default and allows any user to access it.

The delivered search results depend on the corresponding role permissions of the respective user.

All information about our extensions for Redmine is available on the product page. All our plugins are part of our hosting offering. The functionality can be tested in our online demo.

Further information