@ -66,7 +66,7 @@ impl QueryFilter {
 | 
			
		||||
 | 
			
		||||
            SpecialInName(name) => Score::RequiredMatch(
 | 
			
		||||
                //
 | 
			
		||||
                texture.name.contains(name),
 | 
			
		||||
                texture.name.to_lowercase().contains(&name.to_lowercase()),
 | 
			
		||||
            ),
 | 
			
		||||
 | 
			
		||||
            SpecialBeforeDate(date) => Score::RequiredMatch(texture.added_on <= *date),
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user