View Issue Details

IDProjectCategoryView StatusLast Update
0006192mantisbtfeaturepublic2005-09-11 08:10
ReporterKnauser Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version0.19.2 
Summary0006192: In the free search: search for more than one keyword
Description

Is it possible to search for more than one word in the search field?
For example you can search for "problem1" and you get all bugs with "problem1"
Now is it able to search for "problem1" AND "problem2" in any way?
For example:
problem1 problem2
"problem1" "problem2"
problem1; problem1
....

TagsNo tags attached.

Relationships

duplicate of 0004843 closedjreese feature request: improving fulltext search 

Activities

thraxisp

thraxisp

2005-08-30 17:14

reporter   ~0011319

This cannot currently be done.

You could try searching for "problem1%problem2" as the search query uses an SQL "like" function. This would find all places where the ext has "problem1" followed by "problem2" in the text.