raw

fun raw(queryPart: String)

Adds a raw query string part. Use this for advanced queries that aren't covered by the DSL methods.

Example: raw("is:commander") adds is:commander to the query

Parameters

queryPart

The raw query string to add