View Issue Details

IDProjectCategoryView StatusLast Update
0001878mantisbtbugtrackerpublic2008-07-24 16:50
ReporterrepAssigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Product Version0.17.1 
Summary0001878: Search capability needs more flexibility.
Description

The current search method searches on phrases in the description and summary fields. This is typically not what I try to do. Usually I think of the search box just like I do any other search box (e.g. google).

I expect a search on

velocity speed overshoot

to hit on the OR of these terms, not the phrase.

Also searching bug notes would be useful. (Indexing may be required to accompish this in a reasonable search time).

TagsNo tags attached.

Relationships

duplicate of 0004843 closedjreese feature request: improving fulltext search 

Activities

dan_vatca

dan_vatca

2004-04-09 06:18

reporter   ~0005358

More flexibility may be achieved by considering the search box a perl regular expression, so you can enter something like "velocity|speed|overshoot" to OR the terms.
... and it is fairly simple to implement, too.

vboctor

vboctor

2004-04-09 18:15

manager   ~0005361

Do search engines usually use the OR or the AND? I thought the AND. I think using regular expressions in the search box can provided flexibility but can be confusing to the user.

morganparry

morganparry

2004-04-14 11:00

reporter   ~0005382

Most applications and sites I've used just have a separate "advanced search" page.

TomR

TomR

2004-12-23 07:58

reporter   ~0008781

I would like to have the ability to use regular expressions in the search box. Is this planned in the near future.

Wat are other posibilities for easy searching on more than 1 word in Mantis?