-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: excel-style-filteringgrid: generalversion: 10.1.xversion: 9.1.x
Description
Description
If we have the following data:
[{ProductID: 0, ProductName: "Coffee", ...}, {ProductID:1, ProductName: "CoffeE", ...}, ...]
and we have set filteringIgnoreCase to true for the igxColumn with field: ProductName,
within the excelStyleFiltering search list we observe both values: Coffee and CoffeE
- igniteui-angular version: 10.1.x, 9.1.x
- browser: any
Steps to reproduce
- Open the following sample: https://stackblitz.com/edit/excel-style-filtering-ignore-case
- Open the excelStyleFiltering for the ProductName column
Result
Both records exist: Coffee and CoffeE
Expected result
To have a single entry for Coffee and CoffeE
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.grid: excel-style-filteringgrid: generalversion: 10.1.xversion: 9.1.x