Ticket #4136 (new defect)
Can not query values that contain & (ampersand) characters
| Reported by: | steffenp@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | ticket system | Version: | 0.10 |
| Severity: | minor | Keywords: | query |
| Cc: |
Description
It is not possible to search for values that contain characters used as separators in the query language such as & or |.
Example: If a milestone is named "x&y" the corresponding query [query:milestone=x&y] will result in an error:
[Error: Query filter requires field and constraints separated by a "="]
The TracQuery language needs to support escaping.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


