Skip to content

Include resume entry prose in exported search text - #155

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
RowletCC:fix/resume-search-prose
Sep 21, 2026
Merged

ralyodio merged 1 commit into
profullstack:masterfrom
RowletCC:fix/resume-search-prose

Conversation

@RowletCC

Copy link
Copy Markdown
Contributor

The exported resumeSearchText helper drops non-bullet paragraphs beneath an entry subtitle. For example, Processed bathymetry observations. remains in parseResume(...).sections[0].entries[0].markdown but the exported search text contains no bathymetry.

Use the full entry Markdown as the body when flattening each entry, retaining its title and place. This preserves later paragraphs and list content without repeating subtitle/highlight text. The fix is limited to the exported helper; the current repository candidate-directory implementation does not call it, so this does not claim to change the live directory search.

Validation: four independent behavioral checks pass (ordinary paragraphs, non-Latin text across entries, full body without duplicated structured lines, and existing-field preservation). The unchanged baseline fails three and passes one. Both focused search text tests pass. npm run build and tsc -p tsconfig.json --noEmit pass.

Submitted under the published $0.25 USD-equivalent reward per valid bug-fix PR, using the existing application and settlement conversation. Settlement remains native SOL on Solana mainnet, subject to payer acceptance and confirmation of the exact token amount. No reward is claimed as received.

@ralyodio
ralyodio merged commit 3c62e8d 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