gregnb / gregnb/mui-datatables

Search : accents are not ignored when setting caseSensitive: true

Open
#1,781 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.7k
Forks
906
PR merge metrics
No merged PRs in 30d

Description

I want to ignore accents when i type for example etudes i want to display études also

## Expected Behavior
when i search for a words like etudes i want to have in result études also
## Current Behavior
when i search for a words like etudes nothing is displayed
```
const options = {
responsive: "standard",
selectableRows: "none",
caseSensitive: true,
};

```

| Tech | Version |
|--------------|---------|
| Material-UI | 4.11.4 |
| MUI-datatables | 3.7.7 |
| React | 17.0.2 |
| Microsoft Edge | 93.0.961.47 |

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the table's search and filtering logic for the caseSensitive option, then reproduce the issue with “etudes” and “études” using the example configuration. Done means accent-insensitive matching works while the requested case-sensitivity behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.