Add verse search by name letters for Shemona Esre custom #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive verse search functionality to find personal pesukim (biblical verses) based on Hebrew name letters, supporting the Jewish custom of reciting a verse that begins with the first letter of one's name and ends with the last letter during the Shemona Esre (Amidah) prayer.
Key Changes
New search functions:
findPesukimByStartingLetter()- Find verses beginning with a specific Hebrew letterfindPesukimByName()- Find verses matching both starting and ending letters (primary use case for names)extractHebrewLetters()- Extract Hebrew letters while removing nekudot (vowel points) and cantillation marksHebrew letter utilities:
normalizeHebrewLetter()- Convert final forms (ך, ם, ן, ף, ץ) to regular formsgetAllLetterForms()- Get all variants (regular and final) of a letterDocumentation:
PASUK_RESEARCH.mdwith historical sources, technical implementation notes, and future enhancement ideasImplementation Details
Testing
Added 30+ test cases covering:
https://claude.ai/code/session_015dW7YKUjy6K4r39jKFVpyH