mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 06:56:10 +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)) &&
|
||||
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())) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue