Details
Description
To reproduce:
- In the device filters, select 'Device ID', 'not in' operator and some value that you expect will result in at least one device
The expected device list won't display, and browser developer tools show that the request payload is $eq (equals) instead of $in, $notin, $exists etc.
It looks like the default "equals" operator set at line 17 here is being defaulted to whenever Device ID is used as the filter attribute, no matter what operator is selected. This seems to be specific when Device ID is used only.