nameContains

open fun nameContains(names: Array<String>): QueryType

Only match entities whose name contains any of the specified names, case insensitive

Return

this query

Parameters

names

the names to check