Modify ↓
Opened 17 months ago
Closed 15 months ago
#7167 closed defect (othersoftware)
custom querry in TRAC does not find many hits
| Reported by: | skyper | Owned by: | stoecker |
|---|---|---|---|
| Priority: | normal | Component: | Trac |
| Version: | Keywords: | search | |
| Cc: |
Description
Just search for open tickets with summary
delete relation
and compare it with the results of just
delete
There are many open tickets which contain "delete" and "relation" in summary but only one is found by the first search.
Attachments (0)
Change History (5)
comment:1 Changed 17 months ago by skyper
- Summary changed from customized search in TRAC does not find many hits to custom querry in TRAC does not find many hits
comment:2 follow-up: ↓ 3 Changed 16 months ago by simon04
- Resolution set to worksforme
- Status changed from new to closed
Use query?summary=~delete&summary=~relation, i.e., add summary twice to the query builder.
comment:3 in reply to: ↑ 2 Changed 16 months ago by skyper
- Resolution worksforme deleted
- Status changed from closed to reopened
Replying to simon04:
Use query?summary=~delete&summary=~relation, i.e., add summary twice to the query builder.
I need an AND not an OR !
comment:4 Changed 15 months ago by skyper
Reported to trac:
comment:5 Changed 15 months ago by skyper
- Resolution set to othersoftware
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.



fixed summary