mirror of
https://github.com/directus/directus.git
synced 2026-02-01 13:54:58 -05:00
Allow for filtering by false booleans (#5469)
This commit is contained in:
committed by
GitHub
parent
23f647ce22
commit
3f0d7457c3
@@ -26,7 +26,7 @@ export default function getAvailableOperatorsForType(type: string): OperatorType
|
||||
case 'boolean':
|
||||
return {
|
||||
type: 'checkbox',
|
||||
operators: ['eq', 'empty', 'nempty'],
|
||||
operators: ['eq', 'neq', 'empty', 'nempty'],
|
||||
};
|
||||
// Numbers
|
||||
case 'integer':
|
||||
|
||||
Reference in New Issue
Block a user