searchVersesInRange

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

Returns a list of VerseEntity objects within the specified verse range that contain the search text.

Return

A list of VerseEntity objects matching both the range and search text

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