{{ $t('filters.query.help.intro') }}
--
-
done: {{ $t('filters.query.help.fields.done') }}
- priority: {{ $t('filters.query.help.fields.priority') }}
- percentDone: {{ $t('filters.query.help.fields.percentDone') }}
- dueDate: {{ $t('filters.query.help.fields.dueDate') }}
- startDate: {{ $t('filters.query.help.fields.startDate') }}
- endDate: {{ $t('filters.query.help.fields.endDate') }}
- doneAt: {{ $t('filters.query.help.fields.doneAt') }}
- assignees: {{ $t('filters.query.help.fields.assignees') }}
- labels: {{ $t('filters.query.help.fields.labels') }}
- project: {{ $t('filters.query.help.fields.project') }}
-
{{ $t('filters.query.help.canUseDatemath') }}
-{{ $t('filters.query.help.operators.intro') }}
--
-
!=: {{ $t('filters.query.help.operators.notEqual') }}
- =: {{ $t('filters.query.help.operators.equal') }}
- >: {{ $t('filters.query.help.operators.greaterThan') }}
- >=: {{ $t('filters.query.help.operators.greaterThanOrEqual') }}
- <: {{ $t('filters.query.help.operators.lessThan') }}
- <=: {{ $t('filters.query.help.operators.lessThanOrEqual') }}
- like: {{ $t('filters.query.help.operators.like') }}
- in: {{ $t('filters.query.help.operators.in') }}
-
{{ $t('filters.query.help.logicalOperators.intro') }}
--
-
&&: {{ $t('filters.query.help.logicalOperators.and') }}
- ||: {{ $t('filters.query.help.logicalOperators.or') }}
- (and): {{ $t('filters.query.help.logicalOperators.parentheses') }}
-
{{ $t('filters.query.help.examples.intro') }}
--
-
priority = 4: {{ $t('filters.query.help.examples.priorityEqual') }}
- dueDate < now: {{ $t('filters.query.help.examples.dueDatePast') }}
- -
-
done = false && priority >= 3: - {{ $t('filters.query.help.examples.undoneHighPriority') }} -
- assignees in user1, user2: {{ $t('filters.query.help.examples.assigneesIn') }}
- -
-
(priority = 1 || priority = 2) && dueDate <= now: - {{ $t('filters.query.help.examples.priorityOneOrTwoPastDue') }} -
-