Ticket #3375 (closed enhancement: duplicate)
Opened 6 years ago
Last modified 18 months ago
add contains text option to ticket query, or query restriction possibility to search
| Reported by: | ThurnerRupert | Owned by: | rblank |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | search system | Version: | devel |
| Severity: | major | Keywords: | query |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
currently it is difficult to find open tickets containing some search string (text). search does a good job in finding all the tickets (e.g. all tickets having "custom query"), but it would be nice if such a result could be somehow fit into a query too by further restricting it with other filters. also search could offer further restriction possibilities like custom query does.
Attachments
Change History
comment:1 Changed 6 years ago by anonymous
comment:2 Changed 5 years ago by cboos
- Keywords query added
- Milestone set to 1.0
- Severity changed from normal to major
I agree that having full text search facilities and then be able to further refine and manipulate the results in a TracQuery way would be a totally awesome killer feature (one more ;) ).
See also #2465.
comment:3 Changed 22 months ago by cboos
- Milestone changed from 1.0 to unscheduled
Milestone 1.0 deleted
comment:4 Changed 19 months ago by rblank
- Milestone changed from triaging to 0.13
- Owner changed from jonas to rblank
This could be done relatively easily by providing a link to the query page on the search results page, passing all ticket IDs in the result list as an ?id= parameter. Keeping it generic and not hardcoding the functionality into the search module is more difficult, though.
Sounds fun, I'll give it a go.
comment:5 Changed 18 months ago by rblank
- Milestone 0.13 deleted
- Resolution set to duplicate
- Status changed from new to closed
This is actually a duplicate of #1329.



maybe #1901 is somehow related to this.