Feature #84
Add a better search tool
| Status: | New | Start: | 01/19/2009 | |
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Visible | Spent time: | - | |
| Target version: | 0.9 | |||
Description
Tosca lacks a real search tool box.
We should steal some ideas from rememberthemilk.com, google.com, and so on
History
01/20/2009 10:13 AM - Rémy-Christophe Schermesser
Perhaps we could use act_as_ferret as a backend to our search tool : http://rm.jkraemer.net/wiki/aaf#12
01/20/2009 10:29 AM - Rémy-Christophe Schermesser
We should porpose this kind of options to our search tool :
- Fields : Search issues with this field
- tag : "tag:sp3"
- status : "status:closed"
- severity : "severity:blocking"
- software : "software:firefox"
- type : "type:documentation"
- contract
- client
- recipient
- engineer
- Dates : Search issues with this date
- created/updated : "created:yesterday", "updated:18 march"
- createdBefore/updatedBefore
- createdAfter/updatedAfter
- createdWithin/updatedWithin : Issues created/updated within time "updatedWithin:1 week of today"
- expected
- expectedBefore
- expectedAfter
- expectedWithin
- Booleans : Search issues if
- isTagged : "isTagged:true"
- hasSoftware : "hasSoftware:false"
- isExpected
- Conditions
- AND
- OR
- NOT
- ( ) : Used to group search terms
01/20/2009 09:38 PM - Michel Loiseleur
As seen on the Avanced page of aaf, the syntax id:tree text:tree' is offered free of charge. It needs further investigation, and some perf. benchmarks, but it really looks promising.
06/23/2009 02:02 PM - Nicolas Quiénot
+1
A full text search engine will be very usefull. (search in all comments).
An advanced search with boolean conditions for critaries and saved queries too.