Modify

Opened 4 years ago

Closed 4 years ago

#1864 closed enhancement (fixed)

Search doesn't support regex search on keys and/or values

Reported by: avar Owned by: framm
Priority: major Component: Core
Version: latest Keywords:
Cc:

Description

Perhaps this should work as follows:

Normal search:

key:value

Regex search on key and value:

/key/:/value/

Regex search on key:

/key/:value

Regex search on value:

key:/value/

Searching for a literal key or value of "/foo/:/bar/" could be:

\/key\/:\/value\/

Or via a checkbox that turned all the tokens (as divided by : | and other tokens) into regexes, but this would be less flexible.

Attachments (0)

Change History (3)

comment:1 Changed 4 years ago by anonymous

  • Component changed from unspecified to Core
  • Type changed from defect to enhancement

comment:2 Changed 4 years ago by avar

  • Version set to latest

comment:3 Changed 4 years ago by anonymous

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r1213.

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.