Modify

#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

fixed summary

comment:2 follow-up: 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:

trac:/ticket/10152

Last edited 15 months ago by skyper (previous) (diff)

comment:5 Changed 15 months ago by skyper

  • Resolution set to othersoftware
  • Status changed from reopened to closed

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.