Modify

Opened 12 years ago

Closed 12 years ago

#7167 closed defect (othersoftware)

custom querry in TRAC does not find many hits

Reported by: skyper Owned by: stoecker
Priority: normal Milestone:
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 by skyper, 12 years ago

Summary: customized search in TRAC does not find many hitscustom querry in TRAC does not find many hits

fixed summary

comment:2 by simon04, 12 years ago

Resolution: worksforme
Status: newclosed

Use query?summary=~delete&summary=~relation, i.e., add summary twice to the query builder.

in reply to:  2 comment:3 by skyper, 12 years ago

Resolution: worksforme
Status: closedreopened

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 by skyper, 12 years ago

Reported to trac:

trac:/ticket/10152

Last edited 12 years ago by skyper (previous) (diff)

comment:5 by skyper, 12 years ago

Resolution: othersoftware
Status: reopenedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain stoecker.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.