enable insensitive filter

This commit is contained in:
2024-10-16 19:04:16 +07:00
parent 49f9ee5cde
commit dddc61411f
3 changed files with 4 additions and 26 deletions

View File

@@ -20,6 +20,7 @@ const stringFilterOps = [
'contains',
'startsWith',
'endsWith',
'mode',
] as const;
const sortableTypes = ['String', 'Int', 'Float', 'DateTime', 'BigInt'] as const;
const listOps = ['every', 'some', 'none'] as const;