With query.text the results are case sensitive; is this the same case with query.where?
The syntax for query.text seems simpler, but I want to query the server with case insensitive so the server would return the same results for "california" as well as "California", this isn't the case with query.text