* So we need to parse backwards because than more prominent
* things will overwrite and win!
*/
for(int i=activeMappings.size()-1;i>=0;i--){
FieldMapping mapping = activeMappings.get(i);
if(mapping.usesWildcard() //if wildcard
&& !mapping.ignoreField() && //and not ignore
mapping.getFilter() != null && //and a filter is present
mapping.getFilter().getType() == ConstraintType.text){ //and of type text
//set the global text filter.
//NOTE: the active mappings are sorted in that way, that