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
raw("is:commander")
is:commander
The raw query string to add