View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001878 | mantisbt | bugtracker | public | 2002-04-23 08:59 | 2008-07-24 16:50 |
| Reporter | Assigned To | vboctor | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 0.17.1 | ||||
| Summary | 0001878: 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). | ||||
| Tags | No tags attached. | ||||
|
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. |
|
|
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. |
|
|
Most applications and sites I've used just have a separate "advanced search" page. |
|
|
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? |
|