Opened 16 years ago
Closed 16 years ago
#1213 closed defect (fixed)
Inconsistent behavior of strict equal (==) filter when filter value contains a %.
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.9.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
- Go to any list page.
- Filter on a string column with strict equal with '==foo%', and press enter. Unless you have an item that has exactly the value 'foo%' nothing will be found.
- Now, the filter has changed to 'foo%'. Eg. the '==' has been removed. The next time the list us updated the filter will find all items starting with 'foo' since % is now taken as a wildcard.
Change History (2)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4700]) Fixes #1213: Inconsistent behavior of strict equal (==) filter when filter value contains a %.