Modify ↓
#11126 closed enhancement (fixed)
Allow all queries supported by query language
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | EstimationToolsPlugin |
Severity: | normal | Keywords: | |
Cc: | konubinixweb@… | Trac Release: |
Description
In the revision [8758] the possibility to have queries containing special string like "!=" was added by editing the result of the unicode_urlencode function. This was done to close the ticket #6889.
In order to fully support any kind of query allowed by the query language, I would like to complete this work by adding all the possibilities "!~=", "~=", "=", "$=", "^=" and "!$=".
The patch is attached to the ticket.
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | 0001-Added-some-exceptions-in-the-query_string-reformatin.patch added |
---|
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 11 years ago by
Owner: | changed from Joachim Hoessler to konubinixweb@… |
---|
Note: See
TracTickets for help on using
tickets.
#10955 closed as a duplicate.