Modify ↓
Opened 16 years ago
Closed 16 years ago
#1864 closed enhancement (fixed)
Search doesn't support regex search on keys and/or values
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | major | Milestone: | |
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 by , 16 years ago
Component: | unspecified → Core |
---|---|
Type: | defect → enhancement |
comment:2 by , 16 years ago
Version: | → latest |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r1213.