searchVersesInRange

suspend fun searchVersesInRange(text: String, startVerse: String, endVerse: String, limit: Long, offset: Long): List<VerseEntity>

Searches for verses containing the specified text within a verse range.

Return

A list of VerseEntity objects matching the search criteria within the range

Parameters

text

The text to search for within verses

startVerse

The starting verse ID (inclusive)

endVerse

The ending verse ID (inclusive)

limit

The maximum number of results to return

offset

The offset for paginated results