1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 06:56:10 +00:00

Filtre sorts

This commit is contained in:
Yan Maniez 2018-07-21 10:45:42 +02:00
parent 3e8dad4e49
commit 6a2532de15

View file

@ -181,7 +181,7 @@ namespace AideDeJeu.ViewModels
(int.Parse(spell.Level) <= int.Parse(niveauMax)) &&
spell.Type.ToLower().Contains(ecole.ToLower()) &&
spell.Source.Contains(source) &&
spell.Source.Contains(classe) &&
spell.Classes.Contains(classe) &&
spell.Rituel.Contains(rituel) &&
(
(Helpers.RemoveDiacritics(spell.Name).ToLower().Contains(Helpers.RemoveDiacritics(SearchText ?? string.Empty).ToLower())) ||