mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 15:36:07 +00:00 
			
		
		
		
	Filtre sorts
This commit is contained in:
		
							parent
							
								
									3e8dad4e49
								
							
						
					
					
						commit
						6a2532de15
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -181,7 +181,7 @@ namespace AideDeJeu.ViewModels | ||||||
|                         (int.Parse(spell.Level) <= int.Parse(niveauMax)) && |                         (int.Parse(spell.Level) <= int.Parse(niveauMax)) && | ||||||
|                         spell.Type.ToLower().Contains(ecole.ToLower()) && |                         spell.Type.ToLower().Contains(ecole.ToLower()) && | ||||||
|                         spell.Source.Contains(source) && |                         spell.Source.Contains(source) && | ||||||
|                         spell.Source.Contains(classe) && |                         spell.Classes.Contains(classe) && | ||||||
|                         spell.Rituel.Contains(rituel) && |                         spell.Rituel.Contains(rituel) && | ||||||
|                         ( |                         ( | ||||||
|                             (Helpers.RemoveDiacritics(spell.Name).ToLower().Contains(Helpers.RemoveDiacritics(SearchText ?? string.Empty).ToLower())) || |                             (Helpers.RemoveDiacritics(spell.Name).ToLower().Contains(Helpers.RemoveDiacritics(SearchText ?? string.Empty).ToLower())) || | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez