mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 07:26:09 +00:00 
			
		
		
		
	Remis remove diacritics
This commit is contained in:
		
							parent
							
								
									d41c216128
								
							
						
					
					
						commit
						48a5a94371
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		|  | @ -1,11 +1,11 @@ | ||||||
| #pragma warning disable 1591 | #pragma warning disable 1591 | ||||||
| //------------------------------------------------------------------------------ | //------------------------------------------------------------------------------ | ||||||
| // <auto-generated> | // <auto-generated> | ||||||
| //     This code was generated by a tool. | //     Ce code a été généré par un outil. | ||||||
| //     Runtime Version:4.0.30319.42000 | //     Version du runtime :4.0.30319.42000 | ||||||
| // | // | ||||||
| //     Changes to this file may cause incorrect behavior and will be lost if | //     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si | ||||||
| //     the code is regenerated. | //     le code est régénéré. | ||||||
| // </auto-generated> | // </auto-generated> | ||||||
| //------------------------------------------------------------------------------ | //------------------------------------------------------------------------------ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -133,7 +133,7 @@ namespace AideDeJeu.ViewModels | ||||||
|                         spell.Source.Contains(source) && |                         spell.Source.Contains(source) && | ||||||
|                         spell.Source.Contains(classe) && |                         spell.Source.Contains(classe) && | ||||||
|                         spell.Type.Contains(rituel) && |                         spell.Type.Contains(rituel) && | ||||||
|                         spell.NamePHB.ToLower().Contains(SearchText.ToLower()); |                         Helpers.RemoveDiacritics(spell.NamePHB).ToLower().Contains(Helpers.RemoveDiacritics(SearchText).ToLower()); | ||||||
|                 }).OrderBy(spell => spell.NamePHB) |                 }).OrderBy(spell => spell.NamePHB) | ||||||
|                             .AsEnumerable(); |                             .AsEnumerable(); | ||||||
|             }, token); |             }, token); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez