PAR-201
0
JQL-style text query language for issue search
DoneLowUnassignedTesksFeature
Split out of PAR-191 (operator filter builder + saved views shipped). A power-user text query as a third layer over the same predicate model.
Scope:
- A small parser:
assignee != "Rían" AND priority >= high AND label = bug→ theCondition[]model inlib/filters.ts(extend with range ops for priority/dueDate). - A query input that round-trips to/from the builder chips and the URL
fparam. - Reuse
conditionSqlinlib/sql/issues.ts(already parameterised); addbefore/after(dueDate) and>=/<=(priority) operators. - Validation + friendly parse errors.
Builds entirely on PAR-191's model; no backend (Java) change — issue-list filtering is mirror-side (Kysely).
Comments
No comments yet.
Activity
- paradaux changed status to Status → Done
- tesks changed status to Status → Pending Release
- tesks changed status to Status → In Progress
- tesks created the issue