fix: clamp limit lower bound to 1 to prevent silent empty responses

Addresses reviewer feedback: max(0,...) admitted limit=0 which would
silently return no results even when matching records exist.
Changed to max(1,...) consistent with feedback on PRs #149 and #152.
This commit is contained in:
cal 2026-03-24 12:06:37 +00:00
parent f9817b3d04
commit 77179d3c9c

File diff suppressed because one or more lines are too long