searchVerses

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

Returns a list of VerseEntity objects with the given IDs.

Return

A Flow of VerseEntity objects with the matching IDs.

Parameters

limit

The maximum number of results to return.

offset

The offset for paginated results.