Hi All I'm search a value field and was wondering if there was a way to make it case insensitive. So that a search for "ARTHUR" returns "ARTHUR" or "Arthur" or "arthur" fieldMatchFilter = Query(Query::OP_VALUE_RANGE, fieldValueInt, textMatcher, textMatcher); Thanks Colin