search
Search verses by text content
search(
limit: Int = 25
query: String!
translation: String = "eng-web"
): [Verse!]!
Arguments
search.limit ● Int scalar
Max results to return. Capped at 100.
search.query ● String! non-null scalar
Text to match. Case-insensitive substring match — no stemming, so 'love' will not match 'loved'. Use concordance for stemmed, exhaustive lookup.
search.translation ● String scalar
Translation identifier (e.g. 'eng-web', 'spa-rv1909')
Type
Verse object
A single verse in one translation