Modify ↓
Ticket #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
Change History
Note: See
TracTickets for help on using
tickets.


