nameContains

fun nameContains(value: String)

Adds a partial name match to the query. This will match cards whose names contain the specified text.

Example: nameContains("bolt") matches "Lightning Bolt", "Firebolt", etc.

Parameters

value

The text to search for in card names