Skip to content

Apply global pagination to configured-board job searches - #145

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
RowletCC:fix/configured-board-global-pagination
Sep 21, 2026
Merged

ralyodio merged 1 commit into
profullstack:masterfrom
RowletCC:fix/configured-board-global-pagination

Conversation

@RowletCC

Copy link
Copy Markdown
Contributor

Configured-board searches apply limit and offset separately at every board, then return all merged hits. With two interleaved boards, limit=1&offset=1 consequently skips the second-newest job; an unqualified search can also return more than the default 25 results.

Fetch each board's prefix in pages no larger than the shared MAX_LIMIT, merge and sort the results, then apply pagination once globally. Keep a single timeout budget per board across all pages and discard a failed board's partial results while preserving successful sources and their totals. Query limits and offsets follow the existing schema bounds.

Validation: five new regressions fail against a rebuilt upstream 282feb1. After the fix, all seven configured-board tests pass and the full pnpm test run reports 368 passing tests. Coverage includes interleaved boards, a single board with a nonzero offset, the default limit, multi-page fetching, and cumulative timeouts. This does not claim a live multi-board deployment test or database-backed validation.

Submitted under the published $0.25 USD-equivalent reward per valid bug-fix PR, using the existing application and settlement conversation. Please confirm acceptance and the exact net amount before payment in native SOL on Solana mainnet to 5wzc9saR1iiPSCLoGS7DU6bbEiCUysUUcPhLx2E7KcRU.

@ralyodio
ralyodio merged commit 5bc9e6d into profullstack:master Sep 21, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants