You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is a really old ticket but we're still using dGrid/dStore and dojo 1.17 (hard to go past such a solid reliable framework). We are running into the store filter.or not filtering the expected results correctly (indeed returns all rows, not excluding those not matched with the or entries). Has anyone looked into this at all before we start digging through the filter code?
Originally reported in dojo/dojo1-dgrid#1265, the following doesn't work as expected.
Given a store with data with IDs 1 through 10:
This results in a collection with no items, whereas you'd expect it to include IDs 2, 3, 8, and 9..
If you remove the chained filters on each of the arguments to
or
, it works as expected and matches either one.I'm not sure yet whether this is a bug or a usage issue.
The text was updated successfully, but these errors were encountered: