UNPKG

cspace-ui

Version:
20 lines (19 loc) 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = configContext => { const { OP_CONTAIN, OP_RANGE } = configContext.searchOperators; return [{ op: OP_CONTAIN, path: 'ns2:collectionspace_core/updatedBy' }, { op: OP_RANGE, path: 'ns2:collectionspace_core/updatedAt' }]; }; exports.default = _default;