Filter tag enhancements.
This commit is contained in:
@@ -94,6 +94,13 @@ export const OPERATORS = {
|
||||
after: 'af',
|
||||
} as const;
|
||||
|
||||
export const OPERATOR_PREFIXES = {
|
||||
[OPERATORS.equals]: '',
|
||||
[OPERATORS.notEquals]: '!',
|
||||
[OPERATORS.contains]: '~',
|
||||
[OPERATORS.doesNotContain]: '!~',
|
||||
};
|
||||
|
||||
export const DATA_TYPES = {
|
||||
[DATA_TYPE.string]: 'string',
|
||||
[DATA_TYPE.number]: 'number',
|
||||
|
||||
Reference in New Issue
Block a user