Skip to content

Commit 82d82be

Browse files
1005002: IgnoreAccent was missing in SearchFilter class
1 parent cf6a37b commit 82d82be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

GraphQLAdaptor/Grid_GraphQLAdaptor/Models/DataMangerRequest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ public class SearchFilter
9292

9393
[GraphQLName("IgnoreCase")]
9494
public bool IgnoreCase { get; set; }
95+
96+
[GraphQLName("IgnoreAccent")]
97+
public bool IgnoreAccent { get; set; }
9598
}
9699

97100
/// <summary>

0 commit comments

Comments
 (0)