-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
🐛 Type: BugSomething is broken or incorrect unexpectedly.Something is broken or incorrect unexpectedly.
Milestone
Description
Now, checkboxes can be filtered in UI by using 'is equal' and 'is not equal' with 'false' and 'true' strings.
In REST API docs, 'is' and 'isnot' comparison operators exist for boolean values, - but only 'isnot, null' query works.
However, query results can be filtered by checkboxes with 'eq' operator. Weird enough, 'not' operator has no effect on 'true' and 'false' strings.
I think, solution should be:
- Add new comparison options in filter UI to be used with checkboxes, which have to treat 'null' values as false ones.
- Fix 'is' and 'isnot' to work as declared in docs.
Node: v12.22.12
Arch: x64
Platform: linux
Docker: true
Database: pg
ProjectOnRootDB: true
RootDB: pg
PackageVersion: 0.90.11
Metadata
Metadata
Assignees
Labels
🐛 Type: BugSomething is broken or incorrect unexpectedly.Something is broken or incorrect unexpectedly.