New reporting.fn_inc_search(ticket_id, owner, cluster, status, state, from, to,
limit) over tickets.inc — ad-hoc ticket lookup by id / engineer / cluster /
status / state (closed default / open / all) / time, for historical + current
tracking. owner is case-normalized (initcap(lower(...)), like migration 12);
filters are optional + AND-combined; returns { count, truncated, limit, state,
rows }, capped at limit. Backs GET /webhook/inc-search. Validated in a
rolled-back tx (matheka closed=151, RUIRU open=55, all=22849 truncated).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>