Opened 15 years ago

Closed 15 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

  1. Go to any list page.
  2. 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.
  3. 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 Nicklas Nordborg, 15 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [4700]) Fixes #1213: Inconsistent behavior of strict equal (==) filter when filter value contains a %.

Note: See TracTickets for help on using tickets.