cspace-ui
Version:
CollectionSpace user interface for browsers
12 lines (10 loc) • 296 B
JavaScript
export const OP_AND = 'and';
export const OP_OR = 'or';
export const OP_CONTAIN = 'cont';
export const OP_EQ = 'eq';
export const OP_GT = 'gt';
export const OP_GTE = 'gte';
export const OP_LT = 'lt';
export const OP_LTE = 'lte';
export const OP_MATCH = 'match';
export const OP_RANGE = 'range';